shhossain's picture
Upload model
2b85630 verified
raw
history blame
540 Bytes
{
"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"
}