Commit
·
22ef67d
1
Parent(s):
2e615f4
Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +54 -0
- pytorch_model.bin +3 -0
- runs/Aug22_05-42-24_fe6f6d18fa1f/events.out.tfevents.1692682949.fe6f6d18fa1f.2496.0 +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +13 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
checkpoint-*/
|
config.json
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "distilbert-base-uncased",
|
| 3 |
+
"activation": "gelu",
|
| 4 |
+
"architectures": [
|
| 5 |
+
"DistilBertForTokenClassification"
|
| 6 |
+
],
|
| 7 |
+
"attention_dropout": 0.1,
|
| 8 |
+
"dim": 768,
|
| 9 |
+
"dropout": 0.1,
|
| 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,
|
| 43 |
+
"model_type": "distilbert",
|
| 44 |
+
"n_heads": 12,
|
| 45 |
+
"n_layers": 6,
|
| 46 |
+
"pad_token_id": 0,
|
| 47 |
+
"qa_dropout": 0.1,
|
| 48 |
+
"seq_classif_dropout": 0.2,
|
| 49 |
+
"sinusoidal_pos_embds": false,
|
| 50 |
+
"tie_weights_": true,
|
| 51 |
+
"torch_dtype": "float32",
|
| 52 |
+
"transformers_version": "4.31.0",
|
| 53 |
+
"vocab_size": 30522
|
| 54 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:94ebf2b3be578fcc208a5b79dcc224cf17fce00833562f838182cc6929a39448
|
| 3 |
+
size 265526309
|
runs/Aug22_05-42-24_fe6f6d18fa1f/events.out.tfevents.1692682949.fe6f6d18fa1f.2496.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d38cce9dbd24d550d1f3b6b0299cf070ba1fbf8959f9982a5199cdb86203bb47
|
| 3 |
+
size 5023
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"cls_token": "[CLS]",
|
| 3 |
+
"mask_token": "[MASK]",
|
| 4 |
+
"pad_token": "[PAD]",
|
| 5 |
+
"sep_token": "[SEP]",
|
| 6 |
+
"unk_token": "[UNK]"
|
| 7 |
+
}
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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]",
|
| 8 |
+
"sep_token": "[SEP]",
|
| 9 |
+
"strip_accents": null,
|
| 10 |
+
"tokenize_chinese_chars": true,
|
| 11 |
+
"tokenizer_class": "DistilBertTokenizer",
|
| 12 |
+
"unk_token": "[UNK]"
|
| 13 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1f43790141f5a28523f136998ba17003b460a05ca9d458b1d4627c8ae9aacb1d
|
| 3 |
+
size 3963
|
vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|