Training in progress, epoch 1
Browse files- config.json +5 -23
- pytorch_model.bin +2 -2
- tokenizer.json +0 -0
- tokenizer_config.json +1 -1
- training_args.bin +1 -1
- vocab.txt +0 -0
config.json
CHANGED
|
@@ -12,33 +12,15 @@
|
|
| 12 |
"0": "O",
|
| 13 |
"1": "B-corporation",
|
| 14 |
"2": "I-corporation",
|
| 15 |
-
"3": "B-
|
| 16 |
-
"4": "I-
|
| 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-
|
| 32 |
-
"B-group": 5,
|
| 33 |
-
"B-location": 7,
|
| 34 |
-
"B-person": 9,
|
| 35 |
-
"B-product": 11,
|
| 36 |
"I-corporation": 2,
|
| 37 |
-
"I-
|
| 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.
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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":
|
| 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:
|
| 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
|
|
|