pszemraj commited on
Commit
2756d70
1 Parent(s): 229f909

add top-10 F1 model

Browse files
Files changed (2) hide show
  1. config.json +10 -10
  2. pytorch_model.bin +1 -1
config.json CHANGED
@@ -9,20 +9,20 @@
9
  "hidden_dropout_prob": 0.1,
10
  "hidden_size": 768,
11
  "id2label": {
12
- "0": "BACKGROUND",
13
- "1": "CONCLUSIONS",
14
- "2": "METHODS",
15
- "3": "OBJECTIVE",
16
- "4": "RESULTS"
17
  },
18
  "initializer_range": 0.02,
19
  "intermediate_size": 3072,
20
  "label2id": {
21
- "BACKGROUND": 0,
22
- "CONCLUSIONS": 1,
23
- "METHODS": 2,
24
- "OBJECTIVE": 3,
25
- "RESULTS": 4
26
  },
27
  "layer_norm_eps": 1e-12,
28
  "max_position_embeddings": 512,
 
9
  "hidden_dropout_prob": 0.1,
10
  "hidden_size": 768,
11
  "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2",
15
+ "3": "LABEL_3",
16
+ "4": "LABEL_4"
17
  },
18
  "initializer_range": 0.02,
19
  "intermediate_size": 3072,
20
  "label2id": {
21
+ "LABEL_0": 0,
22
+ "LABEL_1": 1,
23
+ "LABEL_2": 2,
24
+ "LABEL_3": 3,
25
+ "LABEL_4": 4
26
  },
27
  "layer_norm_eps": 1e-12,
28
  "max_position_embeddings": 512,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:90b28f96dfdfcd38ee02f17d907c7307c55d7374ac7618ff0a6ea6cd40317f23
3
  size 438012525
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9187e7e0bb6f4b3fdac1483dc6ba4a2e10d58aa34d0d51ba452a21fdb852d1b3
3
  size 438012525