CoolFace
Modelpublic

mcairlangga/JAKI_SentimentClassification

sourceHugging Faceupdated 4y agoView on Hugging Face
0likes15downloads
config.json35 linesDownload Raw Back to root
1{2  "_name_or_path": "/content/drive/MyDrive/JSC_IndoBERT",3  "_num_labels": 5,4  "architectures": [5    "BertForSequenceClassification"6  ],7  "attention_probs_dropout_prob": 0.1,8  "classifier_dropout": null,9  "directionality": "bidi",10  "hidden_act": "gelu",11  "hidden_dropout_prob": 0.1,12  "hidden_size": 768,13  "initializer_range": 0.02,14  "intermediate_size": 3072,15  "layer_norm_eps": 1e-12,16  "max_position_embeddings": 512,17  "model_type": "bert",18  "num_attention_heads": 12,19  "num_hidden_layers": 12,20  "output_past": true,21  "pad_token_id": 0,22  "pooler_fc_size": 768,23  "pooler_num_attention_heads": 12,24  "pooler_num_fc_layers": 3,25  "pooler_size_per_head": 128,26  "pooler_type": "first_token_transform",27  "position_embedding_type": "absolute",28  "problem_type": "single_label_classification",29  "torch_dtype": "float32",30  "transformers_version": "4.23.1",31  "type_vocab_size": 2,32  "use_cache": true,33  "vocab_size": 5000034}35