Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +35 -0
- pytorch_model.bin +3 -0
- runs/Aug09_05-36-11_9472f82c1429/1660023386.359758/events.out.tfevents.1660023386.9472f82c1429.1534.1 +3 -0
- runs/Aug09_05-36-11_9472f82c1429/events.out.tfevents.1660023386.9472f82c1429.1534.0 +3 -0
- runs/Aug09_05-39-45_9472f82c1429/1660023590.6703541/events.out.tfevents.1660023590.9472f82c1429.1534.3 +3 -0
- runs/Aug09_05-39-45_9472f82c1429/events.out.tfevents.1660023590.9472f82c1429.1534.2 +3 -0
- runs/Aug09_05-41-06_9472f82c1429/1660023670.1531353/events.out.tfevents.1660023670.9472f82c1429.1534.5 +3 -0
- runs/Aug09_05-41-06_9472f82c1429/1660023672.2844265/events.out.tfevents.1660023672.9472f82c1429.1534.6 +3 -0
- runs/Aug09_05-41-06_9472f82c1429/events.out.tfevents.1660023670.9472f82c1429.1534.4 +3 -0
- runs/Aug09_05-43-44_9472f82c1429/1660023829.6416042/events.out.tfevents.1660023829.9472f82c1429.1534.8 +3 -0
- runs/Aug09_05-43-44_9472f82c1429/events.out.tfevents.1660023829.9472f82c1429.1534.7 +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +16 -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-finetuned-sst-2-english",
|
3 |
+
"activation": "gelu",
|
4 |
+
"architectures": [
|
5 |
+
"DistilBertForSequenceClassification"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.1,
|
8 |
+
"dim": 768,
|
9 |
+
"dropout": 0.1,
|
10 |
+
"finetuning_task": "sst-2",
|
11 |
+
"hidden_dim": 3072,
|
12 |
+
"id2label": {
|
13 |
+
"0": "NEGATIVE",
|
14 |
+
"1": "POSITIVE"
|
15 |
+
},
|
16 |
+
"initializer_range": 0.02,
|
17 |
+
"label2id": {
|
18 |
+
"NEGATIVE": 0,
|
19 |
+
"POSITIVE": 1
|
20 |
+
},
|
21 |
+
"max_position_embeddings": 512,
|
22 |
+
"model_type": "distilbert",
|
23 |
+
"n_heads": 12,
|
24 |
+
"n_layers": 6,
|
25 |
+
"output_past": true,
|
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.21.1",
|
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:8233833c964b45657ad98fe6f818a1295343885cd9f16bd54cfa090b1756946c
|
3 |
+
size 267854321
|
runs/Aug09_05-36-11_9472f82c1429/1660023386.359758/events.out.tfevents.1660023386.9472f82c1429.1534.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aa2fbc07a062a4210764acd80b2e25176de5d23c0f716767e03ad34ad3809f6e
|
3 |
+
size 5469
|
runs/Aug09_05-36-11_9472f82c1429/events.out.tfevents.1660023386.9472f82c1429.1534.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b03bdc35b58033760c4d2e5bda23131adb3c553e09cb406d9628309f183a06c
|
3 |
+
size 3808
|
runs/Aug09_05-39-45_9472f82c1429/1660023590.6703541/events.out.tfevents.1660023590.9472f82c1429.1534.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6abe31680edae9accb47914df0e4202fd00ac36d24940777a908c99f3c7d9ff4
|
3 |
+
size 5469
|
runs/Aug09_05-39-45_9472f82c1429/events.out.tfevents.1660023590.9472f82c1429.1534.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:467b23371a60e610a5a67bdbbbdccb9c0b163593661a079deb2737d4d8d04ded
|
3 |
+
size 3808
|
runs/Aug09_05-41-06_9472f82c1429/1660023670.1531353/events.out.tfevents.1660023670.9472f82c1429.1534.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92be9bc4570fca9525667f5dec2afc39f564121f470fabacf019a7acc8f7026d
|
3 |
+
size 5469
|
runs/Aug09_05-41-06_9472f82c1429/1660023672.2844265/events.out.tfevents.1660023672.9472f82c1429.1534.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:348ede0d03da04c8848cfff45e17c14c7299a00736e79afab600ea413b2389fb
|
3 |
+
size 5469
|
runs/Aug09_05-41-06_9472f82c1429/events.out.tfevents.1660023670.9472f82c1429.1534.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:515d3e6591a3e7f247b92ced6e14a3c21f84ba4117797caaed8aab3d8f627000
|
3 |
+
size 7576
|
runs/Aug09_05-43-44_9472f82c1429/1660023829.6416042/events.out.tfevents.1660023829.9472f82c1429.1534.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:67fa5cd427a6f9868a41647d2dded82c4e2d474d4d52ff269a46e6f4ffcd0ddc
|
3 |
+
size 5469
|
runs/Aug09_05-43-44_9472f82c1429/events.out.tfevents.1660023829.9472f82c1429.1534.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e2da90c4fc6c61c53f71632cfb56c1ae28476df213dfd60319d499423e1ffbf0
|
3 |
+
size 40
|
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,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"do_basic_tokenize": true,
|
4 |
+
"do_lower_case": true,
|
5 |
+
"mask_token": "[MASK]",
|
6 |
+
"model_max_length": 512,
|
7 |
+
"name_or_path": "distilbert-base-uncased-finetuned-sst-2-english",
|
8 |
+
"never_split": null,
|
9 |
+
"pad_token": "[PAD]",
|
10 |
+
"sep_token": "[SEP]",
|
11 |
+
"special_tokens_map_file": null,
|
12 |
+
"strip_accents": null,
|
13 |
+
"tokenize_chinese_chars": true,
|
14 |
+
"tokenizer_class": "DistilBertTokenizer",
|
15 |
+
"unk_token": "[UNK]"
|
16 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:42bbc59a52349826995150c5d14ab0cd45bb89c53e4de5dbe3b1bfd50c414be1
|
3 |
+
size 3375
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|