Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
|
@@ -16,6 +16,7 @@
|
|
| 16 |
"transformers_version": "4.36.0",
|
| 17 |
"auto_map": {
|
| 18 |
"AutoConfig": "configuration_i3.I3Config",
|
| 19 |
-
"AutoModelForCausalLM": "modeling_i3.I3ForCausalLM"
|
|
|
|
| 20 |
}
|
| 21 |
}
|
|
|
|
| 16 |
"transformers_version": "4.36.0",
|
| 17 |
"auto_map": {
|
| 18 |
"AutoConfig": "configuration_i3.I3Config",
|
| 19 |
+
"AutoModelForCausalLM": "modeling_i3.I3ForCausalLM",
|
| 20 |
+
"AutoTokenizer": "tokenization_i3.I3Tokenizer"
|
| 21 |
}
|
| 22 |
}
|