lfcc commited on
Commit
6bdeb96
1 Parent(s): ee0b77a

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. config.json +18 -16
  2. model.safetensors +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -10,28 +10,30 @@
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
- "0": "B-Event",
14
- "1": "B-Time",
15
- "2": "I-Time",
16
- "3": "I-Participant",
17
- "4": "B-Spatial_Relation",
18
- "5": "O",
19
  "6": "I-Event",
20
- "7": "I-Spatial_Relation",
21
- "8": "B-Participant"
 
22
  },
23
  "initializer_range": 0.02,
24
  "intermediate_size": 3072,
25
  "label2id": {
26
- "B-Event": 0,
27
- "B-Participant": 8,
28
- "B-Spatial_Relation": 4,
29
- "B-Time": 1,
30
  "I-Event": 6,
31
- "I-Participant": 3,
32
- "I-Spatial_Relation": 7,
33
- "I-Time": 2,
34
- "O": 5
 
35
  },
36
  "layer_norm_eps": 1e-12,
37
  "max_position_embeddings": 512,
 
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
+ "0": "B-Time",
14
+ "1": "B-Spatial_Relation",
15
+ "2": "I-Participant",
16
+ "3": "O B-Participant",
17
+ "4": "I-Spatial_Relation",
18
+ "5": "B-Event",
19
  "6": "I-Event",
20
+ "7": "I-Time",
21
+ "8": "O",
22
+ "9": "B-Participant"
23
  },
24
  "initializer_range": 0.02,
25
  "intermediate_size": 3072,
26
  "label2id": {
27
+ "B-Event": 5,
28
+ "B-Participant": 9,
29
+ "B-Spatial_Relation": 1,
30
+ "B-Time": 0,
31
  "I-Event": 6,
32
+ "I-Participant": 2,
33
+ "I-Spatial_Relation": 4,
34
+ "I-Time": 7,
35
+ "O": 8,
36
+ "O B-Participant": 3
37
  },
38
  "layer_norm_eps": 1e-12,
39
  "max_position_embeddings": 512,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:529129d17ffbb1a3af4cfead42b38ed3279dd213d0029a45656ca8c55d38dba6
3
- size 430929740
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b940c3d159d57ed61dd34c957d1660e617847784a849e8268170d7de6d6cd23
3
+ size 430932816
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:edb300b40b2ded07f15b22bd62db3afb05b9dfc30c8651b44697f89bbdc355f9
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:898897cca5ba9f861bbfff0cc34132d54f13a29293dc82a591e40051146a6b9b
3
  size 5112