Kriyans commited on
Commit
469dff6
1 Parent(s): ef52208

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +6 -2
  2. pytorch_model.bin +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -12,13 +12,17 @@
12
  "id2label": {
13
  "0": "O",
14
  "1": "B-corporation",
15
- "2": "B-person"
 
 
16
  },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
19
  "label2id": {
20
  "B-corporation": 1,
21
- "B-person": 2,
 
 
22
  "O": 0
23
  },
24
  "layer_norm_eps": 1e-12,
 
12
  "id2label": {
13
  "0": "O",
14
  "1": "B-corporation",
15
+ "2": "I-corporation",
16
+ "3": "B-person",
17
+ "4": "I-person"
18
  },
19
  "initializer_range": 0.02,
20
  "intermediate_size": 3072,
21
  "label2id": {
22
  "B-corporation": 1,
23
+ "B-person": 3,
24
+ "I-corporation": 2,
25
+ "I-person": 4,
26
  "O": 0
27
  },
28
  "layer_norm_eps": 1e-12,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bccca6bacad9f86c09907cbe3f71a645afd254c684a749de4c027913b5cf8912
3
- size 430960109
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef37af778580eb40fe4a1faefca4fa3dfcc1e705d8686da846dd9dd672b3a206
3
+ size 430966253
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:43c52081b14daed491cd1758393a210073f20c54717aeb5c750e4ac45030034a
3
  size 3963
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81e10d6352529e80876232117757d5151daa3c0cfa5323d4dfc4900a0008faae
3
  size 3963