Commit ·
10089a5
1
Parent(s): f23ba07
Training in progress, step 500
Browse files- .gitignore +1 -0
- config.json +25 -0
- pytorch_model.bin +3 -0
- runs/Mar09_06-16-15_f82a0fedafa9/1646806842.573059/events.out.tfevents.1646806842.f82a0fedafa9.76.1 +3 -0
- runs/Mar09_06-16-15_f82a0fedafa9/1646807129.1139436/events.out.tfevents.1646807129.f82a0fedafa9.76.3 +3 -0
- runs/Mar09_06-16-15_f82a0fedafa9/1646809483.810416/events.out.tfevents.1646809483.f82a0fedafa9.76.4 +3 -0
- runs/Mar09_06-16-15_f82a0fedafa9/events.out.tfevents.1646806842.f82a0fedafa9.76.0 +3 -0
- runs/Mar09_06-16-15_f82a0fedafa9/events.out.tfevents.1646807129.f82a0fedafa9.76.2 +3 -0
- runs/Mar09_07-18-44_f82a0fedafa9/1646810489.1099782/events.out.tfevents.1646810489.f82a0fedafa9.3001.1 +3 -0
- runs/Mar09_07-18-44_f82a0fedafa9/events.out.tfevents.1646810489.f82a0fedafa9.3001.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,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "distilbert-base-uncased",
|
| 3 |
+
"activation": "gelu",
|
| 4 |
+
"architectures": [
|
| 5 |
+
"DistilBertForSequenceClassification"
|
| 6 |
+
],
|
| 7 |
+
"attention_dropout": 0.1,
|
| 8 |
+
"dim": 768,
|
| 9 |
+
"dropout": 0.1,
|
| 10 |
+
"hidden_dim": 3072,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"max_position_embeddings": 512,
|
| 13 |
+
"model_type": "distilbert",
|
| 14 |
+
"n_heads": 12,
|
| 15 |
+
"n_layers": 6,
|
| 16 |
+
"pad_token_id": 0,
|
| 17 |
+
"problem_type": "single_label_classification",
|
| 18 |
+
"qa_dropout": 0.1,
|
| 19 |
+
"seq_classif_dropout": 0.2,
|
| 20 |
+
"sinusoidal_pos_embds": false,
|
| 21 |
+
"tie_weights_": true,
|
| 22 |
+
"torch_dtype": "float32",
|
| 23 |
+
"transformers_version": "4.17.0",
|
| 24 |
+
"vocab_size": 30522
|
| 25 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3c79e816c4d2f0145b4ebc2636476370558f1c13b651d64e0d2eec172358afcc
|
| 3 |
+
size 267860529
|
runs/Mar09_06-16-15_f82a0fedafa9/1646806842.573059/events.out.tfevents.1646806842.f82a0fedafa9.76.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5d5c9677740c196c39a2d00619a71b4257d5f1d53c7e3fd5c2ec6181215e28b4
|
| 3 |
+
size 4754
|
runs/Mar09_06-16-15_f82a0fedafa9/1646807129.1139436/events.out.tfevents.1646807129.f82a0fedafa9.76.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5be17fb108288e5adf3ed08e86c8cc4a09df695bee5c0476918ec38cd7daacf8
|
| 3 |
+
size 4754
|
runs/Mar09_06-16-15_f82a0fedafa9/1646809483.810416/events.out.tfevents.1646809483.f82a0fedafa9.76.4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:258929efa4c764e5ca45f0ebc232ee28804b341945ddc88cf4099ac3f3ac8456
|
| 3 |
+
size 4754
|
runs/Mar09_06-16-15_f82a0fedafa9/events.out.tfevents.1646806842.f82a0fedafa9.76.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:16e1be2c486a93b1473ca024a9f639b939530038dd884afdc8c5b1b2137cd55b
|
| 3 |
+
size 3175
|
runs/Mar09_06-16-15_f82a0fedafa9/events.out.tfevents.1646807129.f82a0fedafa9.76.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b877740b7ea912bef03987cc9cc0483ab9d07f2ce9a652c58cded669ec79c79
|
| 3 |
+
size 3175
|
runs/Mar09_07-18-44_f82a0fedafa9/1646810489.1099782/events.out.tfevents.1646810489.f82a0fedafa9.3001.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ffa783159f63ff4695e015e7cad4ed1389a629e6590f07628f75a70afd76acb2
|
| 3 |
+
size 4754
|
runs/Mar09_07-18-44_f82a0fedafa9/events.out.tfevents.1646810489.f82a0fedafa9.3001.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:45777ab7029a77a1445672f87db873b730ffc6777976f0287b089988d79452f4
|
| 3 |
+
size 3332
|
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:8d56f7910f512520e0d60368295551c34e90bde6f25c6a9eebaafa7d4f9d5310
|
| 3 |
+
size 2991
|
vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|