Upload folder using huggingface_hub
Browse files- config.json +61 -67
- model.safetensors +2 -2
config.json
CHANGED
@@ -17,19 +17,12 @@
|
|
17 |
"name_or_path": "meta-llama/Meta-Llama-3.1-8B-Instruct",
|
18 |
"architectures": [
|
19 |
"LlamaForCausalLM"
|
20 |
-
],
|
21 |
-
"hidden_size": 4096,
|
22 |
-
"intermediate_size": 14336,
|
23 |
-
"vocab_size": 128256,
|
24 |
-
"max_position_embeddings": 2048,
|
25 |
-
"bos_token_id": 128000,
|
26 |
-
"eos_token_id": [
|
27 |
-
128001
|
28 |
]
|
29 |
}
|
30 |
},
|
31 |
"architectures": [
|
32 |
-
"EagleSpeculator"
|
|
|
33 |
],
|
34 |
"transformer_layer_architecture": "LlamaDecoderLayer",
|
35 |
"transformer_layer_config": {
|
@@ -51,72 +44,73 @@
|
|
51 |
"attention_dropout": 0.0,
|
52 |
"mlp_bias": false,
|
53 |
"head_dim": 128,
|
54 |
-
"return_dict": true,
|
55 |
-
"output_hidden_states": false,
|
56 |
-
"output_attentions": false,
|
57 |
-
"torchscript": false,
|
58 |
-
"torch_dtype": null,
|
59 |
-
"use_bfloat16": false,
|
60 |
-
"tf_legacy_loss": false,
|
61 |
-
"pruned_heads": {},
|
62 |
"tie_word_embeddings": false,
|
63 |
-
"chunk_size_feed_forward": 0,
|
64 |
-
"is_encoder_decoder": false,
|
65 |
-
"is_decoder": false,
|
66 |
-
"cross_attention_hidden_size": null,
|
67 |
-
"add_cross_attention": false,
|
68 |
-
"tie_encoder_decoder": false,
|
69 |
-
"max_length": 20,
|
70 |
-
"min_length": 0,
|
71 |
-
"do_sample": false,
|
72 |
-
"early_stopping": false,
|
73 |
-
"num_beams": 1,
|
74 |
-
"num_beam_groups": 1,
|
75 |
-
"diversity_penalty": 0.0,
|
76 |
-
"temperature": 1.0,
|
77 |
-
"top_k": 50,
|
78 |
-
"top_p": 1.0,
|
79 |
-
"typical_p": 1.0,
|
80 |
-
"repetition_penalty": 1.0,
|
81 |
-
"length_penalty": 1.0,
|
82 |
-
"no_repeat_ngram_size": 0,
|
83 |
-
"encoder_no_repeat_ngram_size": 0,
|
84 |
-
"bad_words_ids": null,
|
85 |
-
"num_return_sequences": 1,
|
86 |
-
"output_scores": false,
|
87 |
-
"return_dict_in_generate": false,
|
88 |
-
"forced_bos_token_id": null,
|
89 |
-
"forced_eos_token_id": null,
|
90 |
-
"remove_invalid_values": false,
|
91 |
-
"exponential_decay_length_penalty": null,
|
92 |
-
"suppress_tokens": null,
|
93 |
-
"begin_suppress_tokens": null,
|
94 |
-
"architectures": null,
|
95 |
-
"finetuning_task": null,
|
96 |
-
"id2label": {
|
97 |
-
"0": "LABEL_0",
|
98 |
-
"1": "LABEL_1"
|
99 |
-
},
|
100 |
-
"label2id": {
|
101 |
-
"LABEL_0": 0,
|
102 |
-
"LABEL_1": 1
|
103 |
-
},
|
104 |
-
"tokenizer_class": null,
|
105 |
-
"prefix": null,
|
106 |
"bos_token_id": 128000,
|
107 |
"pad_token_id": 0,
|
108 |
"eos_token_id": 128001,
|
109 |
-
"sep_token_id": null,
|
110 |
-
"decoder_start_token_id": null,
|
111 |
-
"task_specific_params": null,
|
112 |
-
"problem_type": null,
|
113 |
-
"_name_or_path": "",
|
114 |
"transformers_version": "4.52.4",
|
115 |
"model_type": "llama"
|
116 |
},
|
117 |
"layernorms": false,
|
118 |
"fusion_bias": false,
|
119 |
"_name_or_path": "",
|
120 |
-
"
|
121 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
122 |
}
|
|
|
17 |
"name_or_path": "meta-llama/Meta-Llama-3.1-8B-Instruct",
|
18 |
"architectures": [
|
19 |
"LlamaForCausalLM"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
]
|
21 |
}
|
22 |
},
|
23 |
"architectures": [
|
24 |
+
"EagleSpeculator",
|
25 |
+
"LlamaDecoderLayer"
|
26 |
],
|
27 |
"transformer_layer_architecture": "LlamaDecoderLayer",
|
28 |
"transformer_layer_config": {
|
|
|
44 |
"attention_dropout": 0.0,
|
45 |
"mlp_bias": false,
|
46 |
"head_dim": 128,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
"tie_word_embeddings": false,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
"bos_token_id": 128000,
|
49 |
"pad_token_id": 0,
|
50 |
"eos_token_id": 128001,
|
|
|
|
|
|
|
|
|
|
|
51 |
"transformers_version": "4.52.4",
|
52 |
"model_type": "llama"
|
53 |
},
|
54 |
"layernorms": false,
|
55 |
"fusion_bias": false,
|
56 |
"_name_or_path": "",
|
57 |
+
"transformers_version": "4.52.4",
|
58 |
+
"return_dict": true,
|
59 |
+
"output_hidden_states": false,
|
60 |
+
"output_attentions": false,
|
61 |
+
"torchscript": false,
|
62 |
+
"torch_dtype": null,
|
63 |
+
"use_bfloat16": false,
|
64 |
+
"tf_legacy_loss": false,
|
65 |
+
"pruned_heads": {},
|
66 |
+
"tie_word_embeddings": true,
|
67 |
+
"chunk_size_feed_forward": 0,
|
68 |
+
"is_encoder_decoder": false,
|
69 |
+
"is_decoder": false,
|
70 |
+
"cross_attention_hidden_size": null,
|
71 |
+
"add_cross_attention": false,
|
72 |
+
"tie_encoder_decoder": false,
|
73 |
+
"max_length": 20,
|
74 |
+
"min_length": 0,
|
75 |
+
"do_sample": false,
|
76 |
+
"early_stopping": false,
|
77 |
+
"num_beams": 1,
|
78 |
+
"num_beam_groups": 1,
|
79 |
+
"diversity_penalty": 0.0,
|
80 |
+
"temperature": 1.0,
|
81 |
+
"top_k": 50,
|
82 |
+
"top_p": 1.0,
|
83 |
+
"typical_p": 1.0,
|
84 |
+
"repetition_penalty": 1.0,
|
85 |
+
"length_penalty": 1.0,
|
86 |
+
"no_repeat_ngram_size": 0,
|
87 |
+
"encoder_no_repeat_ngram_size": 0,
|
88 |
+
"bad_words_ids": null,
|
89 |
+
"num_return_sequences": 1,
|
90 |
+
"output_scores": false,
|
91 |
+
"return_dict_in_generate": false,
|
92 |
+
"forced_bos_token_id": null,
|
93 |
+
"forced_eos_token_id": null,
|
94 |
+
"remove_invalid_values": false,
|
95 |
+
"exponential_decay_length_penalty": null,
|
96 |
+
"suppress_tokens": null,
|
97 |
+
"begin_suppress_tokens": null,
|
98 |
+
"finetuning_task": null,
|
99 |
+
"id2label": {
|
100 |
+
"0": "LABEL_0",
|
101 |
+
"1": "LABEL_1"
|
102 |
+
},
|
103 |
+
"label2id": {
|
104 |
+
"LABEL_0": 0,
|
105 |
+
"LABEL_1": 1
|
106 |
+
},
|
107 |
+
"tokenizer_class": null,
|
108 |
+
"prefix": null,
|
109 |
+
"bos_token_id": null,
|
110 |
+
"pad_token_id": null,
|
111 |
+
"eos_token_id": null,
|
112 |
+
"sep_token_id": null,
|
113 |
+
"decoder_start_token_id": null,
|
114 |
+
"task_specific_params": null,
|
115 |
+
"problem_type": null
|
116 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:adbcdcf98c9a8f53220e9026425d252a35f16f55a210359764c8c0665077855c
|
3 |
+
size 503325648
|