CoolFace
Modelpublic

guymorlan/Shami2English

sourceHugging Faceupdated 4y agoView on Hugging Face
0likes16downloads
config.json62 linesDownload Raw Back to root
1{2  "_name_or_path": "./results/playaling_lev__hayat_eletna__padic_PAL__madar_Beirut__lughatuna__playaling_egy__8epochs/checkpoint-8260/",3  "_num_labels": 3,4  "activation_dropout": 0.0,5  "activation_function": "swish",6  "add_bias_logits": false,7  "add_final_layer_norm": false,8  "architectures": [9    "MarianMTModel"10  ],11  "attention_dropout": 0.0,12  "bad_words_ids": [13    [14      6283315    ]16  ],17  "bos_token_id": 0,18  "classif_dropout": 0.0,19  "classifier_dropout": 0.0,20  "d_model": 512,21  "decoder_attention_heads": 8,22  "decoder_ffn_dim": 2048,23  "decoder_layerdrop": 0.0,24  "decoder_layers": 6,25  "decoder_start_token_id": 62833,26  "decoder_vocab_size": 62834,27  "dropout": 0.1,28  "encoder_attention_heads": 8,29  "encoder_ffn_dim": 2048,30  "encoder_layerdrop": 0.0,31  "encoder_layers": 6,32  "eos_token_id": 0,33  "forced_eos_token_id": 0,34  "id2label": {35    "0": "LABEL_0",36    "1": "LABEL_1",37    "2": "LABEL_2"38  },39  "init_std": 0.02,40  "is_encoder_decoder": true,41  "label2id": {42    "LABEL_0": 0,43    "LABEL_1": 1,44    "LABEL_2": 245  },46  "max_length": 512,47  "max_position_embeddings": 512,48  "model_type": "marian",49  "normalize_before": false,50  "normalize_embedding": false,51  "num_beams": 4,52  "num_hidden_layers": 6,53  "pad_token_id": 62833,54  "scale_embedding": true,55  "share_encoder_decoder_embeddings": true,56  "static_position_embeddings": true,57  "torch_dtype": "float32",58  "transformers_version": "4.23.1",59  "use_cache": true,60  "vocab_size": 6283461}62