Kriyans commited on
Commit
71734c6
1 Parent(s): d2e7149

Training in progress, step 500

Browse files
Files changed (3) hide show
  1. config.json +4 -20
  2. pytorch_model.bin +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -12,31 +12,15 @@
12
  "0": "O",
13
  "1": "B-corporation",
14
  "2": "I-corporation",
15
- "3": "B-creative-work",
16
- "4": "I-creative-work",
17
- "5": "B-group",
18
- "6": "I-group",
19
- "7": "B-location",
20
- "8": "I-location",
21
- "9": "B-person",
22
- "10": "I-person",
23
- "11": "B-product",
24
- "12": "I-product"
25
  },
26
  "initializer_range": 0.02,
27
  "label2id": {
28
  "B-corporation": 1,
29
- "B-creative-work": 3,
30
- "B-group": 5,
31
- "B-location": 7,
32
- "B-person": 9,
33
- "B-product": 11,
34
  "I-corporation": 2,
35
- "I-creative-work": 4,
36
- "I-group": 6,
37
- "I-location": 8,
38
- "I-person": 10,
39
- "I-product": 12,
40
  "O": 0
41
  },
42
  "max_position_embeddings": 512,
 
12
  "0": "O",
13
  "1": "B-corporation",
14
  "2": "I-corporation",
15
+ "3": "B-person",
16
+ "4": "I-person"
 
 
 
 
 
 
 
 
17
  },
18
  "initializer_range": 0.02,
19
  "label2id": {
20
  "B-corporation": 1,
21
+ "B-person": 3,
 
 
 
 
22
  "I-corporation": 2,
23
+ "I-person": 4,
 
 
 
 
24
  "O": 0
25
  },
26
  "max_position_embeddings": 512,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:28a9e47446c21aa6318e0c8f6ea0e5904860ec2ff8b85114565956f021624f4d
3
- size 265526309
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cab795eba147acbba9f3f503b18433370a78b32f4f62ef85723d1f28ab662b4
3
+ size 265501733
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:84cad4b51cba61ee75ddaed6a55879ed1631ba232d1d1521f8fd7e4f635c6dde
3
  size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fa148e96e14289f12494e9d6bb8aeb0530c9992d8b11e28efa18cceb7861c62
3
  size 4027