kumarsushant36/multiLingual_Toxic_Text_Classification
07
1{2 "_name_or_path": "facebook/mbart-large-50-many-to-many-mmt",3 "_num_labels": 3,4 "activation_dropout": 0.0,5 "activation_function": "relu",6 "add_bias_logits": false,7 "add_final_layer_norm": true,8 "architectures": [9 "MBartForSequenceClassification"10 ],11 "attention_dropout": 0.0,12 "bos_token_id": 0,13 "classif_dropout": 0.0,14 "classifier_dropout": 0.0,15 "d_model": 1024,16 "decoder_attention_heads": 16,17 "decoder_ffn_dim": 4096,18 "decoder_layerdrop": 0.0,19 "decoder_layers": 12,20 "decoder_start_token_id": 2,21 "dropout": 0.1,22 "early_stopping": true,23 "encoder_attention_heads": 16,24 "encoder_ffn_dim": 4096,25 "encoder_layerdrop": 0.0,26 "encoder_layers": 12,27 "eos_token_id": 2,28 "forced_eos_token_id": 2,29 "gradient_checkpointing": false,30 "id2label": {31 "0": "LABEL_0",32 "1": "LABEL_1",33 "2": "LABEL_2",34 "3": "LABEL_3",35 "4": "LABEL_4",36 "5": "LABEL_5"37 },38 "init_std": 0.02,39 "is_encoder_decoder": true,40 "label2id": {41 "LABEL_0": 0,42 "LABEL_1": 1,43 "LABEL_2": 2,44 "LABEL_3": 3,45 "LABEL_4": 4,46 "LABEL_5": 547 },48 "max_length": 200,49 "max_position_embeddings": 1024,50 "model_type": "mbart",51 "normalize_before": true,52 "normalize_embedding": true,53 "num_beams": 5,54 "num_hidden_layers": 12,55 "output_past": true,56 "pad_token_id": 1,57 "problem_type": "multi_label_classification",58 "scale_embedding": true,59 "static_position_embeddings": false,60 "tokenizer_class": "MBart50Tokenizer",61 "torch_dtype": "float32",62 "transformers_version": "4.42.4",63 "use_cache": true,64 "vocab_size": 25005465}66 