CoolFace
Modelpublic

turingbio/utterance_emotion_classification

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes8downloads
config.json61 linesDownload Raw Back to root
1{2  "_name_or_path": "truingbio/utterance_emotion_classification",3  "activation_dropout": 0.0,4  "activation_function": "gelu",5  "add_bias_logits": false,6  "add_final_layer_norm": false,7  "architectures": [8    "BartForSequenceClassification"9  ],10  "attention_dropout": 0.0,11  "author": "Kevin Jung(kevin.jung@turingbio.com)",12  "bos_token_id": 0,13  "classif_dropout": 0.1,14  "classifier_dropout": 0.1,15  "d_model": 768,16  "decoder_attention_heads": 16,17  "decoder_ffn_dim": 3072,18  "decoder_layerdrop": 0.0,19  "decoder_layers": 6,20  "decoder_start_token_id": 1,21  "do_blenderbot_90_layernorm": false,22  "dropout": 0.1,23  "encoder_attention_heads": 16,24  "encoder_ffn_dim": 3072,25  "encoder_layerdrop": 0.0,26  "encoder_layers": 6,27  "eos_token_id": 1,28  "extra_pos_embeddings": 2,29  "force_bos_token_to_be_generated": false,30  "forced_eos_token_id": 1,31  "gradient_checkpointing": false,32  "id2label": {33    "2": "neutal",34    "3": "sad",35    "4": "angery",36    "5": "happy"37  },38  "init_std": 0.02,39  "is_encoder_decoder": true,40  "kobart_version": 1.0,41  "label2id": {42    "angery": 4,43    "happy": 5,44    "neutal": 2,45    "sad": 346  },47  "max_position_embeddings": 1026,48  "model_type": "bart",49  "normalize_before": false,50  "normalize_embedding": true,51  "num_hidden_layers": 6,52  "pad_token_id": 3,53  "scale_embedding": false,54  "static_position_embeddings": false,55  "tokenizer_class": "PreTrainedTokenizerFast",56  "torch_dtype": "float32",57  "transformers_version": "4.35.1",58  "use_cache": true,59  "vocab_size": 3000060}61