File size: 476 Bytes
76af047
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "config": {
    "activation_function": "tanh",
    "bias": true,
    "dropout_prob": null,
    "head_type": "classification",
    "label2id": {
      "HAPPY": 1,
      "SAD": 0
    },
    "layers": 2,
    "num_labels": 2,
    "use_pooler": false
  },
  "hidden_size": 1024,
  "model_class": "XLMRobertaAdapterModel",
  "model_name": "APARSIN/multilingual-e5-large-aparsin-v1",
  "model_type": "xlm-roberta",
  "name": "SNAPPFood_Sentiment",
  "version": "adapters.1.3.0"
}