Matt commited on
Commit ·
5632193
1
Parent(s): 3b53c0f
Fix capitalization
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
"_from_model_config": true,
|
| 3 |
"_name_or_path": "cpm-ant-10b",
|
| 4 |
"architectures": [
|
| 5 |
-
"
|
| 6 |
],
|
| 7 |
"bos_token_id": 6,
|
| 8 |
"dim_ff": 10240,
|
|
@@ -25,7 +25,7 @@
|
|
| 25 |
"prompt_types": 32,
|
| 26 |
"repetition_penalty": 1.2,
|
| 27 |
"segment_types": 32,
|
| 28 |
-
"tokenizer_class": "
|
| 29 |
"torch_dtype": "float32",
|
| 30 |
"transformers_version": "4.26.0.dev0",
|
| 31 |
"use_cache": true,
|
|
|
|
| 2 |
"_from_model_config": true,
|
| 3 |
"_name_or_path": "cpm-ant-10b",
|
| 4 |
"architectures": [
|
| 5 |
+
"CpmAntForCausalLM"
|
| 6 |
],
|
| 7 |
"bos_token_id": 6,
|
| 8 |
"dim_ff": 10240,
|
|
|
|
| 25 |
"prompt_types": 32,
|
| 26 |
"repetition_penalty": 1.2,
|
| 27 |
"segment_types": 32,
|
| 28 |
+
"tokenizer_class": "CpmAntTokenizer",
|
| 29 |
"torch_dtype": "float32",
|
| 30 |
"transformers_version": "4.26.0.dev0",
|
| 31 |
"use_cache": true,
|