File size: 355 Bytes
cd60e9d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "auto_map": {
    "AutoConfig": "config.SentimentConfig"
  },
  "class_map": {
    "0": "sad",
    "1": "joy",
    "2": "love",
    "3": "anger",
    "4": "fear",
    "5": "surprise"
  },
  "embedding_model": "all-MiniLM-L6-v2",
  "h1": 44,
  "h2": 46,
  "model_type": "SententenceTransformerSentimentClassifier",
  "transformers_version": "4.29.0"
}