duzx16
commited on
Commit
·
9c579b8
1
Parent(s):
aa9679f
init commit
Browse files- config.json +1 -1
- tokenizer_config.json +2 -2
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
"GLMModel"
|
| 5 |
],
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "THUDM/glm-2b",
|
| 3 |
"architectures": [
|
| 4 |
"GLMModel"
|
| 5 |
],
|
tokenizer_config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"name_or_path": "
|
| 3 |
"eos_token": "<|endoftext|>",
|
| 4 |
"pad_token": "<|endoftext|>",
|
| 5 |
"cls_token": "[CLS]",
|
|
@@ -15,4 +15,4 @@
|
|
| 15 |
null
|
| 16 |
]
|
| 17 |
}
|
| 18 |
-
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"name_or_path": "THUDM/glm-2b",
|
| 3 |
"eos_token": "<|endoftext|>",
|
| 4 |
"pad_token": "<|endoftext|>",
|
| 5 |
"cls_token": "[CLS]",
|
|
|
|
| 15 |
null
|
| 16 |
]
|
| 17 |
}
|
| 18 |
+
}
|