arch tag
Browse files- config.json +3 -0
config.json
CHANGED
|
@@ -1,4 +1,7 @@
|
|
| 1 |
{
|
|
|
|
|
|
|
|
|
|
| 2 |
"attention_dropout": 0.0,
|
| 3 |
"bos_token_id": 1,
|
| 4 |
"eos_token_id": 2,
|
|
|
|
| 1 |
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"MistralForCausalLM"
|
| 4 |
+
],
|
| 5 |
"attention_dropout": 0.0,
|
| 6 |
"bos_token_id": 1,
|
| 7 |
"eos_token_id": 2,
|