Update config.json
Browse files- config.json +4 -3
config.json
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
{
|
2 |
"_name_or_path": "clau_creat",
|
3 |
-
"architectures": [
|
4 |
-
|
5 |
-
|
|
|
6 |
"attention_dropout": 0.0,
|
7 |
"bos_token_id": 1,
|
8 |
"eos_token_id": 32000,
|
|
|
1 |
{
|
2 |
"_name_or_path": "clau_creat",
|
3 |
+
"architectures": ["AutoModelForCausalLM"],
|
4 |
+
#"architectures": [
|
5 |
+
# "MistralForCausalLM"
|
6 |
+
#],
|
7 |
"attention_dropout": 0.0,
|
8 |
"bos_token_id": 1,
|
9 |
"eos_token_id": 32000,
|