Upload folder using huggingface_hub
Browse files- config.json +1 -6
- generation_config.json +1 -1
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,14 +1,9 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "ai4bharat/indictrans2-en-indic-dist-200M",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"architectures": [
|
6 |
"IndicTransForConditionalGeneration"
|
7 |
],
|
8 |
-
"auto_map": {
|
9 |
-
"AutoConfig": "configuration_indictrans.IndicTransConfig",
|
10 |
-
"AutoModelForSeq2SeqLM": "modeling_indictrans.IndicTransForConditionalGeneration"
|
11 |
-
},
|
12 |
"attention_dropout": 0.0,
|
13 |
"bos_token_id": 0,
|
14 |
"decoder_attention_heads": 8,
|
@@ -39,6 +34,6 @@
|
|
39 |
"scale_embedding": true,
|
40 |
"share_decoder_input_output_embed": true,
|
41 |
"torch_dtype": "float32",
|
42 |
-
"transformers_version": "4.
|
43 |
"use_cache": true
|
44 |
}
|
|
|
1 |
{
|
|
|
2 |
"activation_dropout": 0.0,
|
3 |
"activation_function": "gelu",
|
4 |
"architectures": [
|
5 |
"IndicTransForConditionalGeneration"
|
6 |
],
|
|
|
|
|
|
|
|
|
7 |
"attention_dropout": 0.0,
|
8 |
"bos_token_id": 0,
|
9 |
"decoder_attention_heads": 8,
|
|
|
34 |
"scale_embedding": true,
|
35 |
"share_decoder_input_output_embed": true,
|
36 |
"torch_dtype": "float32",
|
37 |
+
"transformers_version": "4.32.1",
|
38 |
"use_cache": true
|
39 |
}
|
generation_config.json
CHANGED
@@ -4,5 +4,5 @@
|
|
4 |
"decoder_start_token_id": 2,
|
5 |
"eos_token_id": 2,
|
6 |
"pad_token_id": 1,
|
7 |
-
"transformers_version": "4.
|
8 |
}
|
|
|
4 |
"decoder_start_token_id": 2,
|
5 |
"eos_token_id": 2,
|
6 |
"pad_token_id": 1,
|
7 |
+
"transformers_version": "4.32.1"
|
8 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52671a26e4e5f06a86b2f890dea7163db28c01fc1449a3da80d7cc990c41fef0
|
3 |
+
size 1098589001
|