system HF staff commited on
Commit
b64a35c
1 Parent(s): eb84ac4

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -0
config.json CHANGED
@@ -5,7 +5,16 @@
5
  "dropout": 0.1,
6
  "finetuning_task": null,
7
  "hidden_dim": 3072,
 
 
 
 
8
  "initializer_range": 0.02,
 
 
 
 
 
9
  "max_position_embeddings": 512,
10
  "n_heads": 12,
11
  "n_layers": 3,
5
  "dropout": 0.1,
6
  "finetuning_task": null,
7
  "hidden_dim": 3072,
8
+ "id2label": {
9
+ "0": "LABEL_0",
10
+ "1": "LABEL_1"
11
+ },
12
  "initializer_range": 0.02,
13
+ "is_decoder": false,
14
+ "label2id": {
15
+ "LABEL_0": 0,
16
+ "LABEL_1": 1
17
+ },
18
  "max_position_embeddings": 512,
19
  "n_heads": 12,
20
  "n_layers": 3,