abhishekbhakat
commited on
Commit
•
ebd2bb2
1
Parent(s):
cf18245
Update config.json
Browse files- config.json +1 -6
config.json
CHANGED
@@ -3,11 +3,6 @@
|
|
3 |
"Qwen2ForCausalLM"
|
4 |
],
|
5 |
"attention_dropout": 0.0,
|
6 |
-
"auto_map": {
|
7 |
-
"AutoModel": "modeling_qwen.Qwen2Model",
|
8 |
-
"AutoModelForCausalLM": "modeling_qwen.Qwen2ForCausalLM",
|
9 |
-
"AutoModelForSequenceClassification": "modeling_qwen.Qwen2ForSequenceClassification"
|
10 |
-
},
|
11 |
"bos_token_id": 151643,
|
12 |
"eos_token_id": 151643,
|
13 |
"hidden_act": "silu",
|
@@ -24,7 +19,7 @@
|
|
24 |
"rope_theta": 1000000.0,
|
25 |
"sliding_window": 131072,
|
26 |
"tie_word_embeddings": false,
|
27 |
-
"torch_dtype": "
|
28 |
"transformers_version": "4.42.3",
|
29 |
"use_cache": true,
|
30 |
"use_sliding_window": false,
|
|
|
3 |
"Qwen2ForCausalLM"
|
4 |
],
|
5 |
"attention_dropout": 0.0,
|
|
|
|
|
|
|
|
|
|
|
6 |
"bos_token_id": 151643,
|
7 |
"eos_token_id": 151643,
|
8 |
"hidden_act": "silu",
|
|
|
19 |
"rope_theta": 1000000.0,
|
20 |
"sliding_window": 131072,
|
21 |
"tie_word_embeddings": false,
|
22 |
+
"torch_dtype": "bfloat16",
|
23 |
"transformers_version": "4.42.3",
|
24 |
"use_cache": true,
|
25 |
"use_sliding_window": false,
|