Commit
·
0050a6d
1
Parent(s):
9c9840a
add ckpt id into config
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
"LlamaForCausalLM"
|
| 5 |
],
|
|
@@ -21,4 +21,4 @@
|
|
| 21 |
"transformers_version": "4.30.2",
|
| 22 |
"use_cache": true,
|
| 23 |
"vocab_size": 32000
|
| 24 |
-
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "llm360/amber_ckpt_349",
|
| 3 |
"architectures": [
|
| 4 |
"LlamaForCausalLM"
|
| 5 |
],
|
|
|
|
| 21 |
"transformers_version": "4.30.2",
|
| 22 |
"use_cache": true,
|
| 23 |
"vocab_size": 32000
|
| 24 |
+
}
|