Yuqi Wang
commited on
Commit
·
82eaa11
1
Parent(s):
adc5659
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 |
],
|
@@ -26,4 +26,4 @@
|
|
26 |
"transformers_version": "4.35.2",
|
27 |
"use_cache": true,
|
28 |
"vocab_size": 32000
|
29 |
-
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "llm360/amber_ckpt_357",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
|
|
26 |
"transformers_version": "4.35.2",
|
27 |
"use_cache": true,
|
28 |
"vocab_size": 32000
|
29 |
+
}
|