Kriyans commited on
Commit
39577fb
1 Parent(s): bd77f31

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +2 -10
  2. pytorch_model.bin +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -9,19 +9,11 @@
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
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,
27
  "model_type": "distilbert",
 
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",
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fde3340abb0d7e67eb400e87d25288af1610291a40b2904dcd5815abb3939e5c
3
- size 265501733
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fcc4a59fd190dcad34616f4c4253c56d97ae3b8ef95a7ea8d50ab5d234b95c9
3
+ size 265489445
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:453f3352b0565d0d5cee29f4c96969c5a5893171c34998049e41bebc6a9fa4e3
3
  size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e47e9edd7698cb55105245f9135c65eeb67bb2a0f99fa8b0c83bb4bf2050523
3
  size 4027