Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +58 -0
- pytorch_model.bin +3 -0
- runs/Apr29_22-16-36_95bfc40e69db/1651270602.2713242/events.out.tfevents.1651270602.95bfc40e69db.60.1 +3 -0
- runs/Apr29_22-16-36_95bfc40e69db/events.out.tfevents.1651270602.95bfc40e69db.60.0 +3 -0
- special_tokens_map.json +1 -0
- tokenizer.json +0 -0
- tokenizer_config.json +1 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
checkpoint-*/
|
config.json
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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-Hedging",
|
| 14 |
+
"10": "I-Possibly-Filler",
|
| 15 |
+
"11": "B-Possibly-Sensitive",
|
| 16 |
+
"12": "I-Possibly-Sensitive",
|
| 17 |
+
"13": "B-Profane",
|
| 18 |
+
"14": "I-Profane",
|
| 19 |
+
"2": "I-Hedging",
|
| 20 |
+
"3": "B-Filler",
|
| 21 |
+
"4": "I-Filler",
|
| 22 |
+
"5": "B-Sensitive",
|
| 23 |
+
"6": "I-Sensitive",
|
| 24 |
+
"7": "B-Possibly-Hedging",
|
| 25 |
+
"8": "I-Possibly-Hedging",
|
| 26 |
+
"9": "B-Possibly-Filler"
|
| 27 |
+
},
|
| 28 |
+
"initializer_range": 0.02,
|
| 29 |
+
"label2id": {
|
| 30 |
+
"B-Filler": "3",
|
| 31 |
+
"B-Hedging": "1",
|
| 32 |
+
"B-Possibly-Filler": "9",
|
| 33 |
+
"B-Possibly-Hedging": "7",
|
| 34 |
+
"B-Possibly-Sensitive": "11",
|
| 35 |
+
"B-Profane": "13",
|
| 36 |
+
"B-Sensitive": "5",
|
| 37 |
+
"I-Filler": "4",
|
| 38 |
+
"I-Hedging": "2",
|
| 39 |
+
"I-Possibly-Filler": "10",
|
| 40 |
+
"I-Possibly-Hedging": "8",
|
| 41 |
+
"I-Possibly-Sensitive": "12",
|
| 42 |
+
"I-Profane": "14",
|
| 43 |
+
"I-Sensitive": "6",
|
| 44 |
+
"O": "0"
|
| 45 |
+
},
|
| 46 |
+
"max_position_embeddings": 512,
|
| 47 |
+
"model_type": "distilbert",
|
| 48 |
+
"n_heads": 12,
|
| 49 |
+
"n_layers": 6,
|
| 50 |
+
"pad_token_id": 0,
|
| 51 |
+
"qa_dropout": 0.1,
|
| 52 |
+
"seq_classif_dropout": 0.2,
|
| 53 |
+
"sinusoidal_pos_embds": false,
|
| 54 |
+
"tie_weights_": true,
|
| 55 |
+
"torch_dtype": "float32",
|
| 56 |
+
"transformers_version": "4.18.0",
|
| 57 |
+
"vocab_size": 30522
|
| 58 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2728cb4e2291a7d23ed1d1c88259949ab08d9a0b2eea602f920d113f6e3c363d
|
| 3 |
+
size 265529845
|
runs/Apr29_22-16-36_95bfc40e69db/1651270602.2713242/events.out.tfevents.1651270602.95bfc40e69db.60.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c0c8dbf850e80abfddf6e3598bb73d52fd0fec9ad15d360690c71f6bd344abca
|
| 3 |
+
size 4882
|
runs/Apr29_22-16-36_95bfc40e69db/events.out.tfevents.1651270602.95bfc40e69db.60.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:23b3e1bc1afb58a1b8f23abad2bb3ba184d103326fdf5fe44b99cb5b420c5ebc
|
| 3 |
+
size 4538
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "distilbert-base-uncased", "tokenizer_class": "DistilBertTokenizer"}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:84e02113da937d66ac5d1c4c1aabe5eae941676050eb460e312cbc20b7e5d6d0
|
| 3 |
+
size 3055
|
vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|