Upload config.json
Browse filesadd "_name_or_path": "baichuan-inc/Baichuan-13B-Chat"
In some libraries like DeepSpeed, "_name_or_path" is required; otherwise, you may encounter a KeyError.
- config.json +1 -0
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"_from_model_config": true,
|
3 |
"architectures": [
|
4 |
"BaichuanForCausalLM"
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "baichuan-inc/Baichuan-13B-Chat",
|
3 |
"_from_model_config": true,
|
4 |
"architectures": [
|
5 |
"BaichuanForCausalLM"
|