jadechoghari
commited on
Commit
•
9d656e6
1
Parent(s):
d5be57f
Update config.json
Browse files- config.json +5 -0
config.json
CHANGED
@@ -3,6 +3,11 @@
|
|
3 |
"architectures": [
|
4 |
"FerretLlamaForCausalLM"
|
5 |
],
|
|
|
|
|
|
|
|
|
|
|
6 |
"attention_bias": false,
|
7 |
"attention_dropout": 0.0,
|
8 |
"bos_token_id": 128000,
|
|
|
3 |
"architectures": [
|
4 |
"FerretLlamaForCausalLM"
|
5 |
],
|
6 |
+
"auto_map": {
|
7 |
+
"AutoConfig": "modeling.FerretConfig",
|
8 |
+
"AutoModel": "modeling.FerretLlamaModel",
|
9 |
+
"AutoModelForCausalLM": "modeling.FerretLlamaForCausalLM"
|
10 |
+
},
|
11 |
"attention_bias": false,
|
12 |
"attention_dropout": 0.0,
|
13 |
"bos_token_id": 128000,
|