Update config.json
Browse files- config.json +1 -2
config.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
],
|
5 |
"auto_map": {
|
6 |
"AutoConfig": "configuration_aquila.AquilaConfig",
|
7 |
-
"AutoModelForCausalLM": "
|
8 |
},
|
9 |
"rope_scaling": {
|
10 |
"factor": 4.0,
|
@@ -24,7 +24,6 @@
|
|
24 |
"pad_token_id": 0,
|
25 |
"pretraining_tp": 1,
|
26 |
"rms_norm_eps": 1e-05,
|
27 |
-
"rope_scaling": null,
|
28 |
"tie_word_embeddings": false,
|
29 |
"torch_dtype": "bfloat16",
|
30 |
"transformers_version": "4.31.0",
|
|
|
4 |
],
|
5 |
"auto_map": {
|
6 |
"AutoConfig": "configuration_aquila.AquilaConfig",
|
7 |
+
"AutoModelForCausalLM": "modeling_aquila.AquilaForCausalLM"
|
8 |
},
|
9 |
"rope_scaling": {
|
10 |
"factor": 4.0,
|
|
|
24 |
"pad_token_id": 0,
|
25 |
"pretraining_tp": 1,
|
26 |
"rms_norm_eps": 1e-05,
|
|
|
27 |
"tie_word_embeddings": false,
|
28 |
"torch_dtype": "bfloat16",
|
29 |
"transformers_version": "4.31.0",
|