d-Matrix
commited on
Commit
•
e4a91a4
1
Parent(s):
0c0c1c7
Update config.json
Browse files- config.json +4 -0
config.json
CHANGED
@@ -2,6 +2,10 @@
|
|
2 |
"architectures": [
|
3 |
"GemmaForCausalLM"
|
4 |
],
|
|
|
|
|
|
|
|
|
5 |
"attention_bias": false,
|
6 |
"attention_dropout": 0.0,
|
7 |
"bos_token_id": 2,
|
|
|
2 |
"architectures": [
|
3 |
"GemmaForCausalLM"
|
4 |
],
|
5 |
+
"auto_map": {
|
6 |
+
"AutoConfig": "configuration_gemma.GemmaConfig",
|
7 |
+
"AutoModelForCausalLM": "modeling_gemma.GemmaForCausalLM"
|
8 |
+
},
|
9 |
"attention_bias": false,
|
10 |
"attention_dropout": 0.0,
|
11 |
"bos_token_id": 2,
|