File size: 540 Bytes
cd60e9d
2b85630
 
 
cd60e9d
2b85630
 
cd60e9d
 
 
 
 
 
 
 
 
 
 
 
 
2b85630
cd60e9d
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "architectures": [
    "SententenceTransformerSentimentModel"
  ],
  "auto_map": {
    "AutoConfig": "config.SentimentConfig",
    "AutoModelForSequenceClassification": "model.SententenceTransformerSentimentModel"
  },
  "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",
  "torch_dtype": "float32",
  "transformers_version": "4.29.0"
}