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