nicholasKluge commited on
Commit
144ae68
1 Parent(s): fed22d0

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "FacebookAI/roberta-base",
3
  "architectures": [
4
  "RobertaForSequenceClassification"
5
  ],
@@ -11,12 +11,12 @@
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
13
  "id2label": {
14
- "0": "LABEL_0"
15
  },
16
  "initializer_range": 0.02,
17
  "intermediate_size": 3072,
18
  "label2id": {
19
- "LABEL_0": 0
20
  },
21
  "layer_norm_eps": 1e-05,
22
  "max_position_embeddings": 514,
 
1
  {
2
+ "_name_or_path": "nicholasKluge/Aux-RewardModel",
3
  "architectures": [
4
  "RobertaForSequenceClassification"
5
  ],
 
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
13
  "id2label": {
14
+ "0": "REWARD"
15
  },
16
  "initializer_range": 0.02,
17
  "intermediate_size": 3072,
18
  "label2id": {
19
+ "REWARD": 0
20
  },
21
  "layer_norm_eps": 1e-05,
22
  "max_position_embeddings": 514,