Commit
·
b427f43
1
Parent(s):
4cd510a
Upload config.json
Browse files- config.json +2 -8
config.json
CHANGED
|
@@ -1,16 +1,10 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
"GLMModel"
|
| 5 |
],
|
| 6 |
"attention_dropout_prob": 0.1,
|
| 7 |
"attention_scale": 1.0,
|
| 8 |
-
"auto_map": {
|
| 9 |
-
"AutoConfig": "configuration_glm.GLMConfig",
|
| 10 |
-
"AutoModel": "modeling_glm.GLMModel",
|
| 11 |
-
"AutoModelForSeq2SeqLM": "modeling_glm.GLMForConditionalGeneration",
|
| 12 |
-
"AutoModelForMultipleChoice": "modeling_glm.GLMForMultipleChoice"
|
| 13 |
-
},
|
| 14 |
"block_position_encoding": true,
|
| 15 |
"checkpoint_activations": false,
|
| 16 |
"checkpoint_num_layers": 1,
|
|
@@ -29,6 +23,6 @@
|
|
| 29 |
"spell_func": "lstm",
|
| 30 |
"spell_length": null,
|
| 31 |
"torch_dtype": "float32",
|
| 32 |
-
"transformers_version": "4.
|
| 33 |
"vocab_size": 50048
|
| 34 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "/Users/guynachshon/Documents/code/research/temp/glm_large_chinese",
|
| 3 |
"architectures": [
|
| 4 |
"GLMModel"
|
| 5 |
],
|
| 6 |
"attention_dropout_prob": 0.1,
|
| 7 |
"attention_scale": 1.0,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
"block_position_encoding": true,
|
| 9 |
"checkpoint_activations": false,
|
| 10 |
"checkpoint_num_layers": 1,
|
|
|
|
| 23 |
"spell_func": "lstm",
|
| 24 |
"spell_length": null,
|
| 25 |
"torch_dtype": "float32",
|
| 26 |
+
"transformers_version": "4.35.2",
|
| 27 |
"vocab_size": 50048
|
| 28 |
}
|