Safetensors
distilbert
ll24 / config.json
chaosbringerc's picture
Create config.json
a65053a verified
Raw
History Blame Contribute Delete
1.38 kB
{
"architectures": [
"DistilBertForSequenceClassification"
],
"model_type": "distilbert",
"num_labels": 30,
"id2label": {
"0": "anger",
"1": "anxiety",
"2": "awkward",
"3": "boredom",
"4": "burnout",
"5": "calm",
"6": "comfort",
"7": "confused",
"8": "confidence",
"9": "courage",
"10": "curiosity",
"11": "defeat",
"12": "depression",
"13": "dissociation",
"14": "escape",
"15": "existential",
"16": "fatigue",
"17": "flow",
"18": "frustration",
"19": "gratitude",
"20": "growth",
"21": "healing",
"22": "hope",
"23": "insecurity",
"24": "intrusive",
"25": "joy",
"26": "liberation",
"27": "loneliness",
"28": "masking",
"29": "overwhelmed"
},
"label2id": {
"anger": 0,
"anxiety": 1,
"awkward": 2,
"boredom": 3,
"burnout": 4,
"calm": 5,
"comfort": 6,
"confused": 7,
"confidence": 8,
"courage": 9,
"curiosity": 10,
"defeat": 11,
"depression": 12,
"dissociation": 13,
"escape": 14,
"existential": 15,
"fatigue": 16,
"flow": 17,
"frustration": 18,
"gratitude": 19,
"growth": 20,
"healing": 21,
"hope": 22,
"insecurity": 23,
"intrusive": 24,
"joy": 25,
"liberation": 26,
"loneliness": 27,
"masking": 28,
"overwhelmed": 29
}
}