Tatiana239 commited on
Commit
5b3e953
1 Parent(s): 786a087

Training in progress, step 1

Browse files
config.json CHANGED
@@ -12,12 +12,24 @@
12
  "hidden_dropout_prob": 0.1,
13
  "hidden_size": 768,
14
  "id2label": {
15
- "0": "O"
 
 
 
 
 
 
16
  },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
19
  "label2id": {
20
- "O": 0
 
 
 
 
 
 
21
  },
22
  "layer_norm_eps": 1e-05,
23
  "max_2d_position_embeddings": 1024,
 
12
  "hidden_dropout_prob": 0.1,
13
  "hidden_size": 768,
14
  "id2label": {
15
+ "0": "I-HEADER",
16
+ "1": "I-ANSWER",
17
+ "2": "B-HEADER",
18
+ "3": "I-QUESTION",
19
+ "4": "B-QUESTION",
20
+ "5": "B-ANSWER",
21
+ "6": "O"
22
  },
23
  "initializer_range": 0.02,
24
  "intermediate_size": 3072,
25
  "label2id": {
26
+ "B-ANSWER": 5,
27
+ "B-HEADER": 2,
28
+ "B-QUESTION": 4,
29
+ "I-ANSWER": 1,
30
+ "I-HEADER": 0,
31
+ "I-QUESTION": 3,
32
+ "O": 6
33
  },
34
  "layer_norm_eps": 1e-05,
35
  "max_2d_position_embeddings": 1024,
logs/1674310626.5752482/events.out.tfevents.1674310626.pc092u.2794758.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e2bd1e0f7f249284cad026bca6fd3d9397bdcaf9ebd31a571931a6970cf0edb
3
+ size 5491
logs/events.out.tfevents.1674310626.pc092u.2794758.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e38bd02173950941d16204a2b69e5f6cb4c0df8539376d0400afc5217b4d536
3
+ size 4761
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bb8b0c29737b0030ea5208bc84f72ab698998308529230ead0637976628fe3ef
3
- size 520794207
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6973b24dc8a1be86c30c00bb95c47d8504da851c85fc719917e26f3b00cf08cf
3
+ size 520812639