Yuqi Wang
commited on
Commit
·
b8a1058
1
Parent(s):
abfe93f
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_351",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
|
|
21 |
"transformers_version": "4.30.2",
|
22 |
"use_cache": true,
|
23 |
"vocab_size": 32000
|
24 |
+
}
|