bdotloh commited on
Commit
6c2490b
·
1 Parent(s): 23e2c50

Upload RobertaForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +8 -0
  2. pytorch_model.bin +1 -1
config.json CHANGED
@@ -10,8 +10,16 @@
10
  "hidden_act": "gelu",
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
 
 
 
 
13
  "initializer_range": 0.02,
14
  "intermediate_size": 3072,
 
 
 
 
15
  "layer_norm_eps": 1e-05,
16
  "max_position_embeddings": 514,
17
  "model_type": "roberta",
 
10
  "hidden_act": "gelu",
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "Empathy",
15
+ "1": "Distress"
16
+ },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
19
+ "label2id": {
20
+ "Distress": 1,
21
+ "Empathy": 0
22
+ },
23
  "layer_norm_eps": 1e-05,
24
  "max_position_embeddings": 514,
25
  "model_type": "roberta",
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c5a59b2545f925c479dedc85ec0111019e3b5d3e124a76d39f4c7ca6a02bbd36
3
  size 498660333
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:772a62b0072314a7b16f2f39cb8913e329cf6bca4b55f87bbe1f963ebab1b46a
3
  size 498660333