Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +35 -0
- pytorch_model.bin +3 -0
- runs/May25_22-37-09_e3d9b76baa74/1685054254.6567037/events.out.tfevents.1685054254.e3d9b76baa74.21968.1 +3 -0
- runs/May25_22-37-09_e3d9b76baa74/events.out.tfevents.1685054254.e3d9b76baa74.21968.0 +3 -0
- runs/May25_22-38-21_e3d9b76baa74/1685054310.3265357/events.out.tfevents.1685054310.e3d9b76baa74.21968.3 +3 -0
- runs/May25_22-38-21_e3d9b76baa74/events.out.tfevents.1685054310.e3d9b76baa74.21968.2 +3 -0
- runs/May25_22-39-10_e3d9b76baa74/1685054361.0250685/events.out.tfevents.1685054361.e3d9b76baa74.21968.5 +3 -0
- runs/May25_22-39-10_e3d9b76baa74/events.out.tfevents.1685054361.e3d9b76baa74.21968.4 +3 -0
- runs/May25_22-40-51_e3d9b76baa74/1685054468.389513/events.out.tfevents.1685054468.e3d9b76baa74.23304.1 +3 -0
- runs/May25_22-40-51_e3d9b76baa74/events.out.tfevents.1685054468.e3d9b76baa74.23304.0 +3 -0
- runs/May25_22-42-38_e3d9b76baa74/1685054571.824064/events.out.tfevents.1685054571.e3d9b76baa74.23995.1 +3 -0
- runs/May25_22-42-38_e3d9b76baa74/events.out.tfevents.1685054571.e3d9b76baa74.23995.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,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
"id2label": {
|
| 12 |
+
"0": "LABEL_0",
|
| 13 |
+
"1": "LABEL_1",
|
| 14 |
+
"2": "LABEL_2"
|
| 15 |
+
},
|
| 16 |
+
"initializer_range": 0.02,
|
| 17 |
+
"label2id": {
|
| 18 |
+
"LABEL_0": 0,
|
| 19 |
+
"LABEL_1": 1,
|
| 20 |
+
"LABEL_2": 2
|
| 21 |
+
},
|
| 22 |
+
"max_position_embeddings": 512,
|
| 23 |
+
"model_type": "distilbert",
|
| 24 |
+
"n_heads": 12,
|
| 25 |
+
"n_layers": 6,
|
| 26 |
+
"pad_token_id": 0,
|
| 27 |
+
"problem_type": "single_label_classification",
|
| 28 |
+
"qa_dropout": 0.1,
|
| 29 |
+
"seq_classif_dropout": 0.2,
|
| 30 |
+
"sinusoidal_pos_embds": false,
|
| 31 |
+
"tie_weights_": true,
|
| 32 |
+
"torch_dtype": "float32",
|
| 33 |
+
"transformers_version": "4.29.2",
|
| 34 |
+
"vocab_size": 30522
|
| 35 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:545f79518b7334fdf350ee3916c2094df0683f09490b1b580a24da066680b57c
|
| 3 |
+
size 267858605
|
runs/May25_22-37-09_e3d9b76baa74/1685054254.6567037/events.out.tfevents.1685054254.e3d9b76baa74.21968.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6bfc8a82763b34b6deb251bebcbe27784ca867916122fc54ee91922b3dd4ad76
|
| 3 |
+
size 5976
|
runs/May25_22-37-09_e3d9b76baa74/events.out.tfevents.1685054254.e3d9b76baa74.21968.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:075a276229549150afcb02650633b7ad605e23fd59d4471f1a7f9555887e5ce8
|
| 3 |
+
size 4117
|
runs/May25_22-38-21_e3d9b76baa74/1685054310.3265357/events.out.tfevents.1685054310.e3d9b76baa74.21968.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:18a1c4a9b27e363a0c94d5c406f510bc2cdfe8ce97ee97471e3e361187144c59
|
| 3 |
+
size 5976
|
runs/May25_22-38-21_e3d9b76baa74/events.out.tfevents.1685054310.e3d9b76baa74.21968.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11de486c7a693cc6546eea7cd5b614f2ea2c3ae3ca216cb9ef86a23c9680521c
|
| 3 |
+
size 88
|
runs/May25_22-39-10_e3d9b76baa74/1685054361.0250685/events.out.tfevents.1685054361.e3d9b76baa74.21968.5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:897bce3011ab570cc7249b5d24f4855bf673d5b85637cc93ab99dd924d68c3d4
|
| 3 |
+
size 5976
|
runs/May25_22-39-10_e3d9b76baa74/events.out.tfevents.1685054361.e3d9b76baa74.21968.4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f2398c5785f725ef4339ba63b24ecaff548bb0dec70d4ea0ced3b881ee9c0389
|
| 3 |
+
size 88
|
runs/May25_22-40-51_e3d9b76baa74/1685054468.389513/events.out.tfevents.1685054468.e3d9b76baa74.23304.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b031aa53944c3ce7799b9f205dd841955ffb9867b41f3797dd8f194974e47861
|
| 3 |
+
size 5976
|
runs/May25_22-40-51_e3d9b76baa74/events.out.tfevents.1685054468.e3d9b76baa74.23304.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eb9c66c1d63f685786f5e714ab3da07800fd4e4a8d3a05b5f501b25a3adf8192
|
| 3 |
+
size 88
|
runs/May25_22-42-38_e3d9b76baa74/1685054571.824064/events.out.tfevents.1685054571.e3d9b76baa74.23995.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d572cc6aab4f9836f6f5d828b15ef868f186442e86e005d61927361cde03fd2
|
| 3 |
+
size 5976
|
runs/May25_22-42-38_e3d9b76baa74/events.out.tfevents.1685054571.e3d9b76baa74.23995.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f0a88d058d920eb9efbfe0357306c6fed3d42131a0367b81f82de4f121572e2
|
| 3 |
+
size 4431
|
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:986c712b2a83ece510a868c45197fda6ac44848d1ffde3be3ccc795fad8440ce
|
| 3 |
+
size 3963
|
vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|