CoolFace
Modelpublic

sdurgi/bert_emotion_response_classifier_quantized

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes11downloads
config.json167 linesDownload Raw Back to root
1{2  "model_type": "roberta",3  "num_labels": 73,4  "id2label": {5    "0": "analytical",6    "1": "angry",7    "2": "anxious",8    "3": "apologetic",9    "4": "appreciative",10    "5": "calm_coach",11    "6": "calming",12    "7": "casual",13    "8": "cautious",14    "9": "celebratory",15    "10": "cheeky",16    "11": "clear",17    "12": "compassionate",18    "13": "compassionate_friend",19    "14": "complimentary",20    "15": "confident",21    "16": "confident_flirt",22    "17": "confused",23    "18": "congratulatory",24    "19": "curious",25    "20": "direct",26    "21": "direct_ally",27    "22": "directive",28    "23": "empathetic",29    "24": "empathetic_listener",30    "25": "encouraging",31    "26": "engaging",32    "27": "enthusiastic",33    "28": "excited",34    "29": "flirty",35    "30": "friendly",36    "31": "gentle",37    "32": "gentle_mentor",38    "33": "goal_focused",39    "34": "helpful",40    "35": "hopeful",41    "36": "humorous",42    "37": "humorous (lightly)",43    "38": "informative",44    "39": "inquisitive",45    "40": "insecure",46    "41": "intellectual",47    "42": "joyful",48    "43": "light-hearted",49    "44": "light-humored",50    "45": "lonely",51    "46": "motivational_coach",52    "47": "mysterious",53    "48": "nurturing_teacher",54    "49": "overwhelmed",55    "50": "patient",56    "51": "personable",57    "52": "playful",58    "53": "playful_partner",59    "54": "practical_dreamer",60    "55": "problem-solving",61    "56": "realistic",62    "57": "reassuring",63    "58": "resourceful",64    "59": "sad",65    "60": "sarcastic",66    "61": "sarcastic_friend",67    "62": "speculative",68    "63": "strategic",69    "64": "suggestive",70    "65": "supportive",71    "66": "thoughtful",72    "67": "tired",73    "68": "upbeat",74    "69": "validating",75    "70": "warm",76    "71": "witty",77    "72": "zen_mirror"78  },79  "label2id": {80    "analytical": 0,81    "angry": 1,82    "anxious": 2,83    "apologetic": 3,84    "appreciative": 4,85    "calm_coach": 5,86    "calming": 6,87    "casual": 7,88    "cautious": 8,89    "celebratory": 9,90    "cheeky": 10,91    "clear": 11,92    "compassionate": 12,93    "compassionate_friend": 13,94    "complimentary": 14,95    "confident": 15,96    "confident_flirt": 16,97    "confused": 17,98    "congratulatory": 18,99    "curious": 19,100    "direct": 20,101    "direct_ally": 21,102    "directive": 22,103    "empathetic": 23,104    "empathetic_listener": 24,105    "encouraging": 25,106    "engaging": 26,107    "enthusiastic": 27,108    "excited": 28,109    "flirty": 29,110    "friendly": 30,111    "gentle": 31,112    "gentle_mentor": 32,113    "goal_focused": 33,114    "helpful": 34,115    "hopeful": 35,116    "humorous": 36,117    "humorous (lightly)": 37,118    "informative": 38,119    "inquisitive": 39,120    "insecure": 40,121    "intellectual": 41,122    "joyful": 42,123    "light-hearted": 43,124    "light-humored": 44,125    "lonely": 45,126    "motivational_coach": 46,127    "mysterious": 47,128    "nurturing_teacher": 48,129    "overwhelmed": 49,130    "patient": 50,131    "personable": 51,132    "playful": 52,133    "playful_partner": 53,134    "practical_dreamer": 54,135    "problem-solving": 55,136    "realistic": 56,137    "reassuring": 57,138    "resourceful": 58,139    "sad": 59,140    "sarcastic": 60,141    "sarcastic_friend": 61,142    "speculative": 62,143    "strategic": 63,144    "suggestive": 64,145    "supportive": 65,146    "thoughtful": 66,147    "tired": 67,148    "upbeat": 68,149    "validating": 69,150    "warm": 70,151    "witty": 71,152    "zen_mirror": 72153  },154  "architectures": [155    "RobertaForSequenceClassification"156  ],157  "base_model": "roberta-base",158  "task": "tone-mapping",159  "pipeline_tag": "text-classification",160  "originally_quantized": true,161  "quantization_info": {162    "type": "per_tensor_int8",163    "original_size_mb": 475.8,164    "quantized_size_mb": 119.3,165    "compression_ratio": "4.0x"166  }167}