terhdavid commited on
Commit
2ec8a04
1 Parent(s): 3742312

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. config.json +16 -24
  2. pytorch_model.bin +2 -2
  3. tokenizer.json +1 -6
  4. training_args.bin +1 -1
config.json CHANGED
@@ -10,33 +10,25 @@
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
  },
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,
 
10
  "hidden_dim": 3072,
11
  "id2label": {
12
  "0": "O",
13
+ "1": "B-PER",
14
+ "2": "I-PER",
15
+ "3": "B-ORG",
16
+ "4": "I-ORG",
17
+ "5": "B-LOC",
18
+ "6": "I-LOC",
19
+ "7": "B-MISC",
20
+ "8": "I-MISC"
 
 
 
 
21
  },
22
  "initializer_range": 0.02,
23
  "label2id": {
24
+ "B-LOC": 5,
25
+ "B-MISC": 7,
26
+ "B-ORG": 3,
27
+ "B-PER": 1,
28
+ "I-LOC": 6,
29
+ "I-MISC": 8,
30
+ "I-ORG": 4,
31
+ "I-PER": 2,
 
 
 
 
32
  "O": 0
33
  },
34
  "max_position_embeddings": 512,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:76003789171c6b5dbac84ebdc101c6e2e3c03629163f9c8070fb74e0f7c31285
3
- size 265526309
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47cdcd4dee7348ea40295eea5f5a2ac7150cacfb5c97c43aafa5232193a8f9d4
3
+ size 265514021
tokenizer.json CHANGED
@@ -1,11 +1,6 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 512,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
  "padding": null,
10
  "added_tokens": [
11
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e3b523cafdafff4c52b4ca8822d5396200c873bc21a37672e4e823f920e87a18
3
  size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:098bdabde40c551bffd96edcfbe79d0471bc072393b8b48e4b1860ee025b1c50
3
  size 4091