File size: 1,278 Bytes
428a53a 9543668 428a53a 9543668 428a53a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
{
"_name_or_path": "ai4bharat/indictrans2-indic-indic-1B",
"activation_dropout": 0.0,
"activation_function": "gelu",
"architectures": [
"IndicTransForConditionalGeneration"
],
"auto_map": {
"AutoConfig": "configuration_indictrans.IndicTransConfig",
"AutoModelForSeq2SeqLM": "modeling_indictrans.IndicTransForConditionalGeneration"
},
"attention_dropout": 0.0,
"bos_token_id": 0,
"decoder_attention_heads": 16,
"decoder_embed_dim": 1024,
"decoder_ffn_dim": 8192,
"decoder_layerdrop": 0,
"decoder_layers": 18,
"decoder_normalize_before": true,
"decoder_start_token_id": 2,
"decoder_vocab_size": 122672,
"dropout": 0.2,
"encoder_attention_heads": 16,
"encoder_embed_dim": 1024,
"encoder_ffn_dim": 8192,
"encoder_layerdrop": 0,
"encoder_layers": 18,
"encoder_normalize_before": true,
"encoder_vocab_size": 122706,
"eos_token_id": 2,
"init_std": 0.02,
"is_encoder_decoder": true,
"layernorm_embedding": false,
"max_source_positions": 256,
"max_target_positions": 256,
"model_type": "IndicTrans",
"num_hidden_layers": 18,
"pad_token_id": 1,
"scale_embedding": true,
"share_decoder_input_output_embed": false,
"torch_dtype": "float32",
"transformers_version": "4.34.0.dev0",
"use_cache": true
}
|