File size: 1,383 Bytes
a65053a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 | {
"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
}
}
|