CoolFace
Modelpublic

ebrigham/EYY-Topic-Classification

sourceHugging Faceupdated 3y agoView on Hugging Face
2likes14downloads
config.json61 linesDownload Raw Back to root
1{2  "_name_or_path": "distilbert-base-uncased",3  "activation": "gelu",4  "architectures": [5    "DistilBertForSequenceClassification"6  ],7  "attention_dropout": 0.1,8  "dim": 768,9  "dropout": 0.1,10  "hidden_dim": 3072,11  "id2label": {12    "0": "n/a",13    "1": "culture",14    "2": "digital",15    "3": "education",16    "4": "climate change",17    "5": "studying abroad",18    "6": "renewable energy",19    "7": "policy dialogues",20    "8": "youth and the world",21    "9": "natural sustainability",22    "10": "health and well-being",23    "11": "employment and inclusion",24    "12": "european learning mobility",25    "13": "research and innovation",26    "14": "participation and engagement",27    "15": "democratic values"28  },29  "initializer_range": 0.02,30  "label2id": {31    "climate change": 4,32    "culture": 1,33    "democratic values": 15,34    "digital": 2,35    "education": 3,36    "employment and inclusion": 11,37    "european learning mobility": 12,38    "health and well-being": 10,39    "n/a": 0,40    "natural sustainability": 9,41    "participation and engagement": 14,42    "policy dialogues": 7,43    "renewable energy": 6,44    "research and innovation": 13,45    "studying abroad": 5,46    "youth and the world": 847  },48  "max_position_embeddings": 512,49  "model_type": "distilbert",50  "n_heads": 12,51  "n_layers": 6,52  "pad_token_id": 0,53  "qa_dropout": 0.1,54  "seq_classif_dropout": 0.2,55  "sinusoidal_pos_embds": false,56  "tie_weights_": true,57  "torch_dtype": "float32",58  "transformers_version": "4.17.0",59  "vocab_size": 3052260}61