Training in progress, epoch 1
Browse files- config.json +8 -7
- 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
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "distilbert-base-
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForTokenClassification"
|
@@ -11,21 +11,22 @@
|
|
11 |
"id2label": {
|
12 |
"0": "O",
|
13 |
"1": "B-corporation",
|
14 |
-
"2": "
|
15 |
-
"3": "
|
|
|
16 |
},
|
17 |
"initializer_range": 0.02,
|
18 |
"label2id": {
|
19 |
"B-corporation": 1,
|
20 |
-
"B-person":
|
21 |
-
"I-
|
|
|
22 |
"O": 0
|
23 |
},
|
24 |
"max_position_embeddings": 512,
|
25 |
"model_type": "distilbert",
|
26 |
"n_heads": 12,
|
27 |
"n_layers": 6,
|
28 |
-
"output_past": true,
|
29 |
"pad_token_id": 0,
|
30 |
"qa_dropout": 0.1,
|
31 |
"seq_classif_dropout": 0.2,
|
@@ -33,5 +34,5 @@
|
|
33 |
"tie_weights_": true,
|
34 |
"torch_dtype": "float32",
|
35 |
"transformers_version": "4.34.0",
|
36 |
-
"vocab_size":
|
37 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "distilbert-base-uncased",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForTokenClassification"
|
|
|
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",
|
28 |
"n_heads": 12,
|
29 |
"n_layers": 6,
|
|
|
30 |
"pad_token_id": 0,
|
31 |
"qa_dropout": 0.1,
|
32 |
"seq_classif_dropout": 0.2,
|
|
|
34 |
"tie_weights_": true,
|
35 |
"torch_dtype": "float32",
|
36 |
"transformers_version": "4.34.0",
|
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:fae1e61f78a5fe7eacf8b4d467640f19a5f78e3006eb7b346faa4c5e7a922dbe
|
3 |
+
size 265501733
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
CHANGED
@@ -44,7 +44,7 @@
|
|
44 |
"additional_special_tokens": [],
|
45 |
"clean_up_tokenization_spaces": true,
|
46 |
"cls_token": "[CLS]",
|
47 |
-
"do_lower_case":
|
48 |
"mask_token": "[MASK]",
|
49 |
"model_max_length": 512,
|
50 |
"pad_token": "[PAD]",
|
|
|
44 |
"additional_special_tokens": [],
|
45 |
"clean_up_tokenization_spaces": true,
|
46 |
"cls_token": "[CLS]",
|
47 |
+
"do_lower_case": true,
|
48 |
"mask_token": "[MASK]",
|
49 |
"model_max_length": 512,
|
50 |
"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:389fc125b06cc1fbfd486aeeb57b0118edaa8949d45ab8b72baae40cc00707b7
|
3 |
size 4027
|
vocab.txt
CHANGED
The diff for this file is too large to render.
See raw diff
|
|