Kriyans commited on
Commit
bff7d6c
1 Parent(s): edbbaaf

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +28 -2
  2. pytorch_model.bin +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -9,11 +9,37 @@
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "0": "B-PER"
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  },
14
  "initializer_range": 0.02,
15
  "label2id": {
16
- "B-PER": 0
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  },
18
  "max_position_embeddings": 512,
19
  "model_type": "distilbert",
 
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
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
+ "13": "B-PER"
26
  },
27
  "initializer_range": 0.02,
28
  "label2id": {
29
+ "B-PER": 13,
30
+ "B-corporation": 1,
31
+ "B-creative-work": 3,
32
+ "B-group": 5,
33
+ "B-location": 7,
34
+ "B-person": 9,
35
+ "B-product": 11,
36
+ "I-corporation": 2,
37
+ "I-creative-work": 4,
38
+ "I-group": 6,
39
+ "I-location": 8,
40
+ "I-person": 10,
41
+ "I-product": 12,
42
+ "O": 0
43
  },
44
  "max_position_embeddings": 512,
45
  "model_type": "distilbert",
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6b4b4a4c11202a6b578d12765f3a818cce18ca4005585cd5f6e856533f3b27f0
3
- size 265489445
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73876aa150cf8a98d7fd83eaeea6d678febaf8d7aff0c01f5b732c06ede3d419
3
+ size 265529381
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:40d22663ac363301bd6a734bc970cddbcd07b0f64b5e4764948e7cd220724ff2
3
  size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c54d858c4b87c4313fb0e510958443d444ae33257bbfe7b772bb6b3c196e213
3
  size 4027