CoolFace
Modelpublic

Harikrishnan46624/Emotional_Support_Conversation_System_using_BlenderBot90m

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes9downloads
config.json61 linesDownload Raw Back to root
1{2  "_name_or_path": "facebook/blenderbot-90M",3  "activation_dropout": 0.0,4  "activation_function": "gelu",5  "add_bias_logits": false,6  "add_final_layer_norm": false,7  "architectures": [8    "BlenderbotSmallForConditionalGeneration"9  ],10  "attention_dropout": 0.0,11  "bos_token_id": 1,12  "classif_dropout": 0.0,13  "classifier_dropout": 0.0,14  "d_model": 512,15  "decoder_attention_heads": 16,16  "decoder_ffn_dim": 2048,17  "decoder_layerdrop": 0.0,18  "decoder_layers": 8,19  "decoder_start_token_id": 1,20  "dropout": 0.1,21  "encoder_attention_heads": 16,22  "encoder_ffn_dim": 2048,23  "encoder_layerdrop": 0.0,24  "encoder_layers": 8,25  "eos_token_id": 2,26  "extra_pos_embeddings": 0,27  "force_bos_token_to_be_generated": false,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  },35  "init_std": 0.02,36  "is_encoder_decoder": true,37  "label2id": {38    "LABEL_0": 0,39    "LABEL_1": 1,40    "LABEL_2": 241  },42  "length_penalty": null,43  "max_length": null,44  "max_position_embeddings": 512,45  "min_length": null,46  "model_type": "blenderbot-small",47  "no_repeat_ngram_size": null,48  "normalize_before": false,49  "normalize_embedding": true,50  "num_beams": null,51  "num_hidden_layers": 8,52  "pad_token_id": 0,53  "scale_embedding": true,54  "static_position_embeddings": false,55  "torch_dtype": "float32",56  "transformers_version": "4.45.1",57  "unk_token_id": 3,58  "use_cache": true,59  "vocab_size": 5494460}61