CoolFace
Modelpublic

ddimri/topic_multiclass_txn_v3

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes7downloads
config.json48 linesDownload Raw Back to root
1{2  "architectures": [3    "RobertaForSequenceClassification"4  ],5  "attention_probs_dropout_prob": 0.1,6  "bos_token_id": 0,7  "classifier_dropout": null,8  "dtype": "float32",9  "eos_token_id": 2,10  "hidden_act": "gelu",11  "hidden_dropout_prob": 0.1,12  "hidden_size": 768,13  "id2label": {14    "0": "NOT_APPLICABLE",15    "1": "UP_SELL",16    "2": "NON_RECURRING",17    "3": "RENEWAL",18    "4": "NEW_BUSINESS",19    "5": "CHURN",20    "6": "CROSS_SELL",21    "7": "DOWNSELL"22  },23  "initializer_range": 0.02,24  "intermediate_size": 3072,25  "label2id": {26    "CHURN": 5,27    "CROSS_SELL": 6,28    "DOWNSELL": 7,29    "NEW_BUSINESS": 4,30    "NON_RECURRING": 2,31    "NOT_APPLICABLE": 0,32    "RENEWAL": 3,33    "UP_SELL": 134  },35  "layer_norm_eps": 1e-05,36  "max_position_embeddings": 514,37  "model_type": "roberta",38  "num_attention_heads": 12,39  "num_hidden_layers": 12,40  "pad_token_id": 1,41  "position_embedding_type": "absolute",42  "problem_type": "single_label_classification",43  "transformers_version": "4.57.3",44  "type_vocab_size": 1,45  "use_cache": true,46  "vocab_size": 5026547}48