Commit
·
85aab35
1
Parent(s):
58ed003
Upload 2 files
Browse files- config.json +86 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"aib_version": "",
|
| 3 |
+
"training_dataset": "",
|
| 4 |
+
"training_timestamp": "Mon Jan 1 00:46:42 2024",
|
| 5 |
+
"training_comments": "shared_LLaMa-1.3B",
|
| 6 |
+
"vocab_size": 32000,
|
| 7 |
+
"max_position_embeddings": 2048,
|
| 8 |
+
"hidden_size": 2048,
|
| 9 |
+
"intermediate_size": 5632,
|
| 10 |
+
"num_hidden_layers": 22,
|
| 11 |
+
"num_attention_heads": 32,
|
| 12 |
+
"num_key_value_heads": 4,
|
| 13 |
+
"hidden_act": "silu",
|
| 14 |
+
"initializer_range": 0.02,
|
| 15 |
+
"rms_norm_eps": 1e-05,
|
| 16 |
+
"pretraining_tp": 1,
|
| 17 |
+
"use_cache": true,
|
| 18 |
+
"rope_theta": 10000.0,
|
| 19 |
+
"rope_scaling": null,
|
| 20 |
+
"attention_bias": false,
|
| 21 |
+
"return_dict": true,
|
| 22 |
+
"output_hidden_states": false,
|
| 23 |
+
"output_attentions": false,
|
| 24 |
+
"torchscript": false,
|
| 25 |
+
"torch_dtype": "float32",
|
| 26 |
+
"use_bfloat16": false,
|
| 27 |
+
"tf_legacy_loss": false,
|
| 28 |
+
"pruned_heads": {},
|
| 29 |
+
"tie_word_embeddings": false,
|
| 30 |
+
"is_encoder_decoder": false,
|
| 31 |
+
"is_decoder": false,
|
| 32 |
+
"cross_attention_hidden_size": null,
|
| 33 |
+
"add_cross_attention": false,
|
| 34 |
+
"tie_encoder_decoder": false,
|
| 35 |
+
"max_length": 20,
|
| 36 |
+
"min_length": 0,
|
| 37 |
+
"do_sample": false,
|
| 38 |
+
"early_stopping": false,
|
| 39 |
+
"num_beams": 1,
|
| 40 |
+
"num_beam_groups": 1,
|
| 41 |
+
"diversity_penalty": 0.0,
|
| 42 |
+
"temperature": 1.0,
|
| 43 |
+
"top_k": 50,
|
| 44 |
+
"top_p": 1.0,
|
| 45 |
+
"typical_p": 1.0,
|
| 46 |
+
"repetition_penalty": 1.0,
|
| 47 |
+
"length_penalty": 1.0,
|
| 48 |
+
"no_repeat_ngram_size": 0,
|
| 49 |
+
"encoder_no_repeat_ngram_size": 0,
|
| 50 |
+
"bad_words_ids": null,
|
| 51 |
+
"num_return_sequences": 1,
|
| 52 |
+
"chunk_size_feed_forward": 0,
|
| 53 |
+
"output_scores": false,
|
| 54 |
+
"return_dict_in_generate": false,
|
| 55 |
+
"forced_bos_token_id": null,
|
| 56 |
+
"forced_eos_token_id": null,
|
| 57 |
+
"remove_invalid_values": false,
|
| 58 |
+
"exponential_decay_length_penalty": null,
|
| 59 |
+
"suppress_tokens": null,
|
| 60 |
+
"begin_suppress_tokens": null,
|
| 61 |
+
"architectures": [
|
| 62 |
+
"LlamaForCausalLM"
|
| 63 |
+
],
|
| 64 |
+
"finetuning_task": null,
|
| 65 |
+
"id2label": {
|
| 66 |
+
"0": "LABEL_0",
|
| 67 |
+
"1": "LABEL_1"
|
| 68 |
+
},
|
| 69 |
+
"label2id": {
|
| 70 |
+
"LABEL_0": 0,
|
| 71 |
+
"LABEL_1": 1
|
| 72 |
+
},
|
| 73 |
+
"tokenizer_class": null,
|
| 74 |
+
"prefix": null,
|
| 75 |
+
"bos_token_id": 1,
|
| 76 |
+
"pad_token_id": null,
|
| 77 |
+
"eos_token_id": 2,
|
| 78 |
+
"sep_token_id": null,
|
| 79 |
+
"decoder_start_token_id": null,
|
| 80 |
+
"task_specific_params": null,
|
| 81 |
+
"problem_type": null,
|
| 82 |
+
"_name_or_path": "TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T",
|
| 83 |
+
"transformers_version": "4.35.2",
|
| 84 |
+
"model_type": "llama",
|
| 85 |
+
"trained": "custom training"
|
| 86 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:445d369ff039384b01fd0508aa5051c9e385d2c704bb28f480e4a697778f9586
|
| 3 |
+
size 2200181102
|