| { | |
| "activation_dropout": 0.0, | |
| "activation_function": "gelu", | |
| "architectures": [ | |
| "IndicTransForConditionalGeneration" | |
| ], | |
| "attention_dropout": 0.0, | |
| "attn_implementation": null, | |
| "auto_map": { | |
| "AutoConfig": "ai4bharat/indictrans2-indic-en-dist-200M--configuration_indictrans.IndicTransConfig", | |
| "AutoModelForSeq2SeqLM": "ai4bharat/indictrans2-indic-en-dist-200M--modeling_indictrans.IndicTransForConditionalGeneration" | |
| }, | |
| "bos_token_id": 0, | |
| "decoder_attention_heads": 8, | |
| "decoder_embed_dim": 512, | |
| "decoder_ffn_dim": 2048, | |
| "decoder_layerdrop": 0, | |
| "decoder_layers": 18, | |
| "decoder_normalize_before": true, | |
| "decoder_start_token_id": 2, | |
| "decoder_vocab_size": 32296, | |
| "dropout": 0.2, | |
| "encoder_attention_heads": 8, | |
| "encoder_embed_dim": 512, | |
| "encoder_ffn_dim": 2048, | |
| "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": true, | |
| "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": true, | |
| "tokenizer_class": "IndicTransTokenizer", | |
| "torch_dtype": "float16", | |
| "transformers_version": "4.52.4", | |
| "use_cache": true, | |
| "vocab_size": 32296 | |
| } | |