jadechoghari
commited on
Commit
•
7a7e755
1
Parent(s):
97ceae8
Update config.json
Browse files- config.json +5 -0
config.json
CHANGED
@@ -3,6 +3,11 @@
|
|
3 |
"architectures": [
|
4 |
"FerretGemmaForCausalLM"
|
5 |
],
|
|
|
|
|
|
|
|
|
|
|
6 |
"attention_bias": false,
|
7 |
"attention_dropout": 0.0,
|
8 |
"bos_token_id": 2,
|
|
|
3 |
"architectures": [
|
4 |
"FerretGemmaForCausalLM"
|
5 |
],
|
6 |
+
"auto_map": {
|
7 |
+
"AutoConfig": "modeling.FerretGemmaConfig",
|
8 |
+
"AutoModel": "modeling.FerretGemmaModel",
|
9 |
+
"AutoModelForCausalLM": "modeling.FerretGemmaForCausalLM"
|
10 |
+
},
|
11 |
"attention_bias": false,
|
12 |
"attention_dropout": 0.0,
|
13 |
"bos_token_id": 2,
|