Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
{
|
2 |
"_name_or_path": "functionary-medium-v3.2-local",
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
-
"attention_bias": false,
|
7 |
-
"attention_dropout": 0.0,
|
8 |
"auto_map": {
|
9 |
"AutoModelForCausalLM": "modeling_functionary.FunctionaryForCausalLM"
|
10 |
},
|
|
|
|
|
11 |
"bos_token_id": 128000,
|
12 |
"eos_token_id": [
|
13 |
128001,
|
|
|
1 |
{
|
2 |
"_name_or_path": "functionary-medium-v3.2-local",
|
3 |
"architectures": [
|
4 |
+
"LlamaForCausalLM"
|
5 |
],
|
|
|
|
|
6 |
"auto_map": {
|
7 |
"AutoModelForCausalLM": "modeling_functionary.FunctionaryForCausalLM"
|
8 |
},
|
9 |
+
"attention_bias": false,
|
10 |
+
"attention_dropout": 0.0,
|
11 |
"bos_token_id": 128000,
|
12 |
"eos_token_id": [
|
13 |
128001,
|