harouzie commited on
Commit
72b2148
1 Parent(s): 42a58f7

Upload BertForSequenceClassification

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -10,14 +10,14 @@
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
- "0": "paraphrased",
14
- "1": "not_paraphrased"
15
  },
16
  "initializer_range": 0.02,
17
  "intermediate_size": 3072,
18
  "label2id": {
19
- "not_paraphrased": 1,
20
- "paraphrased": 0
21
  },
22
  "layer_norm_eps": 1e-12,
23
  "max_position_embeddings": 512,
 
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
+ "0": "not_paraphrased",
14
+ "1": "paraphrased"
15
  },
16
  "initializer_range": 0.02,
17
  "intermediate_size": 3072,
18
  "label2id": {
19
+ "not_paraphrased": 0,
20
+ "paraphrased": 1
21
  },
22
  "layer_norm_eps": 1e-12,
23
  "max_position_embeddings": 512,