Fix config missing key
Browse files- config.json +7 -1
config.json
CHANGED
@@ -40,5 +40,11 @@
|
|
40 |
"torch_dtype": "float32",
|
41 |
"transformers_version": "4.47.1",
|
42 |
"use_cache": true,
|
43 |
-
"vocab_size": 32296
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
}
|
|
|
40 |
"torch_dtype": "float32",
|
41 |
"transformers_version": "4.47.1",
|
42 |
"use_cache": true,
|
43 |
+
"vocab_size": 32296,
|
44 |
+
"name_or_path": "prajdabre/rotary-indictrans2-indic-en-1B",
|
45 |
+
"auto_map": {
|
46 |
+
"AutoConfig": "configuration_rotary_indictrans.RotaryIndicTransConfig",
|
47 |
+
"AutoModelForSeq2SeqLM": "modeling_rotary_indictrans.RotaryIndicTransForConditionalGeneration"
|
48 |
+
},
|
49 |
+
"tokenizer_class": "IndicTransTokenizer"
|
50 |
}
|