Kriyans commited on
Commit
a8e663e
1 Parent(s): ee8ee1b

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +20 -4
  2. pytorch_model.bin +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -12,15 +12,31 @@
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,
 
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,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:637290c32c2b1e5566383ebd629271b375ffbe829a012eca417bd9b7fae42344
3
- size 265501733
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9509243d1911a2160fd1d5cd7796a8c6fde1179ea17c1d438473090c63aea29b
3
+ size 265526309
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8ada6672d11f1a334286ed7130f5ee911d8e144d286efd4baa9bf505ec8e1e72
3
  size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0673e429d1d67e5037a963c41c2296140225b54140c180f9e23eff33ac65aa67
3
  size 4027