| { |
| "architectures": [ |
| "Seq2SeqHFModel" |
| ], |
| "attention_dim": 500, |
| "auto_map": { |
| "AutoConfig": "configuration_lstm_seq2seq_en_hi.Seq2SeqConfig", |
| "AutoModelForSeq2SeqLM": "modeling_lstm_seq2seq_en_hi.Seq2SeqHFModel" |
| }, |
| "bos_token_id": 2, |
| "decoder_start_token_id": 2, |
| "dropout": 0.15, |
| "dtype": "float32", |
| "embed_dim": 500, |
| "eos_token_id": 3, |
| "hidden_dim": 500, |
| "is_encoder_decoder": true, |
| "model_type": "lstm_seq2seq_bahdanau_en_hi", |
| "num_layers": 3, |
| "pad_token_id": 0, |
| "transformers_version": "5.0.0", |
| "vocab_size": 75000 |
| } |