AdamCodd commited on
Commit
493a522
1 Parent(s): 1e6911d

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +10 -9
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "AdamCodd/distilbert-base-uncased-finetuned-emotion-balanced",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
@@ -18,12 +18,12 @@
18
  },
19
  "initializer_range": 0.02,
20
  "label2id": {
21
- "anger": 3,
22
- "fear": 4,
23
- "joy": 1,
24
- "love": 2,
25
- "sadness": 0,
26
- "surprise": 5
27
  },
28
  "max_position_embeddings": 512,
29
  "model_type": "distilbert",
@@ -35,6 +35,7 @@
35
  "seq_classif_dropout": 0.2,
36
  "sinusoidal_pos_embds": false,
37
  "tie_weights_": true,
38
- "transformers_version": "4.33.0",
 
39
  "vocab_size": 30522
40
- }
 
1
  {
2
+ "_name_or_path": "distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
 
18
  },
19
  "initializer_range": 0.02,
20
  "label2id": {
21
+ "anger": "3",
22
+ "fear": "4",
23
+ "joy": "1",
24
+ "love": "2",
25
+ "sadness": "0",
26
+ "surprise": "5"
27
  },
28
  "max_position_embeddings": 512,
29
  "model_type": "distilbert",
 
35
  "seq_classif_dropout": 0.2,
36
  "sinusoidal_pos_embds": false,
37
  "tie_weights_": true,
38
+ "torch_dtype": "float32",
39
+ "transformers_version": "4.12.3",
40
  "vocab_size": 30522
41
+ }