Kriyans commited on
Commit
31fb0a5
1 Parent(s): dc85824

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -12,33 +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
- "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,
@@ -51,6 +33,6 @@
51
  "sinusoidal_pos_embds": false,
52
  "tie_weights_": true,
53
  "torch_dtype": "float32",
54
- "transformers_version": "4.33.0",
55
  "vocab_size": 30522
56
  }
 
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,
 
33
  "sinusoidal_pos_embds": false,
34
  "tie_weights_": true,
35
  "torch_dtype": "float32",
36
+ "transformers_version": "4.33.1",
37
  "vocab_size": 30522
38
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b849475e7c7e43a3a6fa2a5b197073095484790c2b1ed42eacb5d670eed72b0f
3
- size 265529381
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fd18c0cad8b25a9d4bca9cf30b3f2cd294be2de0102a217e2c335f4d386a963
3
+ size 265501733
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
- "do_lower_case": true,
5
  "mask_token": "[MASK]",
6
  "model_max_length": 512,
7
  "pad_token": "[PAD]",
 
1
  {
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
+ "do_lower_case": false,
5
  "mask_token": "[MASK]",
6
  "model_max_length": 512,
7
  "pad_token": "[PAD]",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2935849b1b7fb3e7ea93d85ec68da5c8c391261dd1df74c302cab35087210fc5
3
  size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c62f44bb08df5aafe0896a3b974622cc60dd8a65cb9a3ee1bd2a0339fd7b11de
3
  size 4027
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff