CoolFace
Modelpublic

Cipher404/bg-smart-city-classifier

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes6downloads
config.json46 linesDownload Raw Back to root
1{2  "add_cross_attention": false,3  "architectures": [4    "XLMRobertaForSequenceClassification"5  ],6  "attention_probs_dropout_prob": 0.1,7  "bos_token_id": 0,8  "classifier_dropout": null,9  "dtype": "float32",10  "eos_token_id": 2,11  "hidden_act": "gelu",12  "hidden_dropout_prob": 0.1,13  "hidden_size": 768,14  "id2label": {15    "0": "infrastructure",16    "1": "parking_traffic",17    "2": "waste_pollution",18    "3": "stray_animals",19    "4": "lighting_safety"20  },21  "initializer_range": 0.02,22  "intermediate_size": 3072,23  "is_decoder": false,24  "label2id": {25    "infrastructure": 0,26    "lighting_safety": 4,27    "parking_traffic": 1,28    "stray_animals": 3,29    "waste_pollution": 230  },31  "layer_norm_eps": 1e-05,32  "max_position_embeddings": 514,33  "model_type": "xlm-roberta",34  "num_attention_heads": 12,35  "num_hidden_layers": 12,36  "output_past": true,37  "pad_token_id": 1,38  "position_embedding_type": "absolute",39  "problem_type": "single_label_classification",40  "tie_word_embeddings": true,41  "transformers_version": "5.10.1",42  "type_vocab_size": 1,43  "use_cache": false,44  "vocab_size": 25000245}46