Training in progress, step 500
Browse files- .gitignore +1 -0
- config.json +41 -0
- pytorch_model.bin +3 -0
- runs/Jun05_11-13-33_gianluca-ubuntu/1654420420.5627933/events.out.tfevents.1654420420.gianluca-ubuntu.5308.1 +3 -0
- runs/Jun05_11-13-33_gianluca-ubuntu/events.out.tfevents.1654420420.gianluca-ubuntu.5308.0 +3 -0
- runs/Jun05_11-19-57_gianluca-ubuntu/1654420828.7489705/events.out.tfevents.1654420828.gianluca-ubuntu.5308.3 +3 -0
- runs/Jun05_11-19-57_gianluca-ubuntu/1654421364.2872727/events.out.tfevents.1654421364.gianluca-ubuntu.5308.5 +3 -0
- runs/Jun05_11-19-57_gianluca-ubuntu/1654423213.0749204/events.out.tfevents.1654423213.gianluca-ubuntu.5308.7 +3 -0
- runs/Jun05_11-19-57_gianluca-ubuntu/1654423235.7425168/events.out.tfevents.1654423235.gianluca-ubuntu.5308.9 +3 -0
- runs/Jun05_11-19-57_gianluca-ubuntu/1654423804.689256/events.out.tfevents.1654423804.gianluca-ubuntu.5308.11 +3 -0
- runs/Jun05_11-19-57_gianluca-ubuntu/events.out.tfevents.1654420828.gianluca-ubuntu.5308.2 +3 -0
- runs/Jun05_11-19-57_gianluca-ubuntu/events.out.tfevents.1654421364.gianluca-ubuntu.5308.4 +3 -0
- runs/Jun05_11-19-57_gianluca-ubuntu/events.out.tfevents.1654423213.gianluca-ubuntu.5308.6 +3 -0
- runs/Jun05_11-19-57_gianluca-ubuntu/events.out.tfevents.1654423235.gianluca-ubuntu.5308.8 +3 -0
- runs/Jun05_11-19-57_gianluca-ubuntu/events.out.tfevents.1654423804.gianluca-ubuntu.5308.10 +3 -0
- runs/Jun05_12-18-41_gianluca-ubuntu/1654424339.594894/events.out.tfevents.1654424339.gianluca-ubuntu.5308.13 +3 -0
- runs/Jun05_12-18-41_gianluca-ubuntu/1654424364.4029074/events.out.tfevents.1654424364.gianluca-ubuntu.5308.15 +3 -0
- runs/Jun05_12-18-41_gianluca-ubuntu/1654424516.1252022/events.out.tfevents.1654424516.gianluca-ubuntu.5308.17 +3 -0
- runs/Jun05_12-18-41_gianluca-ubuntu/events.out.tfevents.1654424339.gianluca-ubuntu.5308.12 +3 -0
- runs/Jun05_12-18-41_gianluca-ubuntu/events.out.tfevents.1654424364.gianluca-ubuntu.5308.14 +3 -0
- runs/Jun05_12-18-41_gianluca-ubuntu/events.out.tfevents.1654424516.gianluca-ubuntu.5308.16 +3 -0
- runs/Jun05_12-26-46_gianluca-ubuntu/1654424815.2802641/events.out.tfevents.1654424815.gianluca-ubuntu.36419.1 +3 -0
- runs/Jun05_12-26-46_gianluca-ubuntu/1654424854.0534713/events.out.tfevents.1654424854.gianluca-ubuntu.36419.3 +3 -0
- runs/Jun05_12-26-46_gianluca-ubuntu/1654425254.7279797/events.out.tfevents.1654425254.gianluca-ubuntu.36419.5 +3 -0
- runs/Jun05_12-26-46_gianluca-ubuntu/events.out.tfevents.1654424815.gianluca-ubuntu.36419.0 +3 -0
- runs/Jun05_12-26-46_gianluca-ubuntu/events.out.tfevents.1654424854.gianluca-ubuntu.36419.2 +3 -0
- runs/Jun05_12-26-46_gianluca-ubuntu/events.out.tfevents.1654425254.gianluca-ubuntu.36419.4 +3 -0
- runs/May23_17-14-59_gianluca-ubuntu/1653318928.261766/events.out.tfevents.1653318928.gianluca-ubuntu.21662.1 +3 -0
- runs/May23_17-14-59_gianluca-ubuntu/1653320656.9791448/events.out.tfevents.1653320656.gianluca-ubuntu.21662.3 +3 -0
- runs/May23_17-14-59_gianluca-ubuntu/events.out.tfevents.1653318928.gianluca-ubuntu.21662.0 +3 -0
- runs/May23_17-14-59_gianluca-ubuntu/events.out.tfevents.1653320656.gianluca-ubuntu.21662.2 +3 -0
- runs/May24_07-26-02_gianluca-ubuntu/1653369969.5798233/events.out.tfevents.1653369969.gianluca-ubuntu.8724.1 +3 -0
- runs/May24_07-26-02_gianluca-ubuntu/events.out.tfevents.1653369969.gianluca-ubuntu.8724.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,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"3": "LABEL_3",
|
16 |
+
"4": "LABEL_4",
|
17 |
+
"5": "LABEL_5"
|
18 |
+
},
|
19 |
+
"initializer_range": 0.02,
|
20 |
+
"label2id": {
|
21 |
+
"LABEL_0": 0,
|
22 |
+
"LABEL_1": 1,
|
23 |
+
"LABEL_2": 2,
|
24 |
+
"LABEL_3": 3,
|
25 |
+
"LABEL_4": 4,
|
26 |
+
"LABEL_5": 5
|
27 |
+
},
|
28 |
+
"max_position_embeddings": 512,
|
29 |
+
"model_type": "distilbert",
|
30 |
+
"n_heads": 12,
|
31 |
+
"n_layers": 6,
|
32 |
+
"pad_token_id": 0,
|
33 |
+
"problem_type": "single_label_classification",
|
34 |
+
"qa_dropout": 0.1,
|
35 |
+
"seq_classif_dropout": 0.2,
|
36 |
+
"sinusoidal_pos_embds": false,
|
37 |
+
"tie_weights_": true,
|
38 |
+
"torch_dtype": "float32",
|
39 |
+
"transformers_version": "4.11.3",
|
40 |
+
"vocab_size": 30522
|
41 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d2d6b192caa6be6eda584e6f2699e9b51bf7702ccb1a84c783ffa11162c168d
|
3 |
+
size 267872369
|
runs/Jun05_11-13-33_gianluca-ubuntu/1654420420.5627933/events.out.tfevents.1654420420.gianluca-ubuntu.5308.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4563233692a89e866cb38a6ef48be110d55b63f946e97b1e8ec49bd62e1918bc
|
3 |
+
size 4585
|
runs/Jun05_11-13-33_gianluca-ubuntu/events.out.tfevents.1654420420.gianluca-ubuntu.5308.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8487de3bf9fe027503a00b53d2b68c27b9da0b32d4428c06de3f39758610c642
|
3 |
+
size 3377
|
runs/Jun05_11-19-57_gianluca-ubuntu/1654420828.7489705/events.out.tfevents.1654420828.gianluca-ubuntu.5308.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:67e8314cf4ed1774b492e1ad5793b879f1916cbd44aa0f24fe45f8090b9f8b1e
|
3 |
+
size 4585
|
runs/Jun05_11-19-57_gianluca-ubuntu/1654421364.2872727/events.out.tfevents.1654421364.gianluca-ubuntu.5308.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:076be414df46096fc451e81a893235e7ff0fb03b2307ad79d45372d35756a453
|
3 |
+
size 4585
|
runs/Jun05_11-19-57_gianluca-ubuntu/1654423213.0749204/events.out.tfevents.1654423213.gianluca-ubuntu.5308.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:980d80e9a67143e1dff621d6a701450cef3f5aeb7bc755baa8d5fe5819691a03
|
3 |
+
size 4585
|
runs/Jun05_11-19-57_gianluca-ubuntu/1654423235.7425168/events.out.tfevents.1654423235.gianluca-ubuntu.5308.9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:019a689ef356e51641c3f17737da734cb5f23779b8778ad0efa425198e332c2d
|
3 |
+
size 4585
|
runs/Jun05_11-19-57_gianluca-ubuntu/1654423804.689256/events.out.tfevents.1654423804.gianluca-ubuntu.5308.11
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7b7e51887b4c11ac6ecc4cda68bf259624f241b74af3bf9fd4261292f62e7fc
|
3 |
+
size 4585
|
runs/Jun05_11-19-57_gianluca-ubuntu/events.out.tfevents.1654420828.gianluca-ubuntu.5308.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c12731f879cf0f3959d5a075188e299a60955b3df6790cb9c179d848f34f019
|
3 |
+
size 3377
|
runs/Jun05_11-19-57_gianluca-ubuntu/events.out.tfevents.1654421364.gianluca-ubuntu.5308.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a3f219a957d1aee5fb74ab701d6cf857aeecfb7d5434775e03ab3002c8aaf25
|
3 |
+
size 3377
|
runs/Jun05_11-19-57_gianluca-ubuntu/events.out.tfevents.1654423213.gianluca-ubuntu.5308.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ecf2504df48eb7877e041362aef67cfbd60fcc98e0773e1f6f7f442c69cbb0c8
|
3 |
+
size 3377
|
runs/Jun05_11-19-57_gianluca-ubuntu/events.out.tfevents.1654423235.gianluca-ubuntu.5308.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed40691c3cfe448627515f55119eef4feecaab6e26b4e0e19f5e838d2e334a56
|
3 |
+
size 3377
|
runs/Jun05_11-19-57_gianluca-ubuntu/events.out.tfevents.1654423804.gianluca-ubuntu.5308.10
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:224d5573a987eecdcf59cf02546688afa978a4aabb78e9f3540432de4f392fb5
|
3 |
+
size 3377
|
runs/Jun05_12-18-41_gianluca-ubuntu/1654424339.594894/events.out.tfevents.1654424339.gianluca-ubuntu.5308.13
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce238b72e1e147cad957ec282cfb61e9a07fd976bdba898f2773864f28d33b5d
|
3 |
+
size 4585
|
runs/Jun05_12-18-41_gianluca-ubuntu/1654424364.4029074/events.out.tfevents.1654424364.gianluca-ubuntu.5308.15
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b26a35e0ded3be33091124e59e0dda4e29dd9662e0ae48c90b73fa7eec9ade6e
|
3 |
+
size 4585
|
runs/Jun05_12-18-41_gianluca-ubuntu/1654424516.1252022/events.out.tfevents.1654424516.gianluca-ubuntu.5308.17
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb17abb972031084b46a6c6d7f0bf67b48abe6ebd9fc896e436bd3fa2e3f1cf6
|
3 |
+
size 4585
|
runs/Jun05_12-18-41_gianluca-ubuntu/events.out.tfevents.1654424339.gianluca-ubuntu.5308.12
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fcc20f110525246ed2a741f3dc12f5b1ee021e5aa2abdca151694094dee17d90
|
3 |
+
size 3377
|
runs/Jun05_12-18-41_gianluca-ubuntu/events.out.tfevents.1654424364.gianluca-ubuntu.5308.14
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5da09845c129003bdad743a2d2d173439b07c94b2812735d4fa444704cbb10ca
|
3 |
+
size 3377
|
runs/Jun05_12-18-41_gianluca-ubuntu/events.out.tfevents.1654424516.gianluca-ubuntu.5308.16
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c15f3a67a0f11d176b8e12e6357f18ae171a07b445690a811ce195a63a77a5eb
|
3 |
+
size 40
|
runs/Jun05_12-26-46_gianluca-ubuntu/1654424815.2802641/events.out.tfevents.1654424815.gianluca-ubuntu.36419.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b7d66c64fbd2bada53a49f0a12f8a21ae4627155c1a0bbc209318693d04fce77
|
3 |
+
size 4585
|
runs/Jun05_12-26-46_gianluca-ubuntu/1654424854.0534713/events.out.tfevents.1654424854.gianluca-ubuntu.36419.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:397e9fa094af1e4d30f3c7cac4c89a452b5298f75c60f7e82705d351610fad94
|
3 |
+
size 4585
|
runs/Jun05_12-26-46_gianluca-ubuntu/1654425254.7279797/events.out.tfevents.1654425254.gianluca-ubuntu.36419.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:729c9dd06e36b1de4d76b3aa0d8c7a1a5c847acd945e79cfc56e894378600cd6
|
3 |
+
size 4585
|
runs/Jun05_12-26-46_gianluca-ubuntu/events.out.tfevents.1654424815.gianluca-ubuntu.36419.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b3c8bd5b2c848bcf3a1ca178057f489957e9fb28b84b30953f2824ea8b00bc8
|
3 |
+
size 3377
|
runs/Jun05_12-26-46_gianluca-ubuntu/events.out.tfevents.1654424854.gianluca-ubuntu.36419.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c416a68de6ac05f8a9b17b428db03a58cf606e639ab661cf0f1451d3ce6efd54
|
3 |
+
size 3377
|
runs/Jun05_12-26-46_gianluca-ubuntu/events.out.tfevents.1654425254.gianluca-ubuntu.36419.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f30bba18ec855ce00ca7285e97aae4ceeeee59aa523c8498d0b3c27441c092b
|
3 |
+
size 4060
|
runs/May23_17-14-59_gianluca-ubuntu/1653318928.261766/events.out.tfevents.1653318928.gianluca-ubuntu.21662.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a4d93cca0fce8c630fa9499b8e22e56b0ee840f569bf23dc72512ed32bdb07b
|
3 |
+
size 4585
|
runs/May23_17-14-59_gianluca-ubuntu/1653320656.9791448/events.out.tfevents.1653320656.gianluca-ubuntu.21662.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:84fdc6b1db58b8fb59fc87ee43fa75bf98f983af7d6825754a48d66ebdf1b4b9
|
3 |
+
size 4585
|
runs/May23_17-14-59_gianluca-ubuntu/events.out.tfevents.1653318928.gianluca-ubuntu.21662.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:85d4d14db8e6d68debe268ec7cf7d8663e969963c4fd2a7d10c8f5e26804f61b
|
3 |
+
size 3377
|
runs/May23_17-14-59_gianluca-ubuntu/events.out.tfevents.1653320656.gianluca-ubuntu.21662.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:288c2103e53efc86e5a9bca80d01aa76dc098753756828d2595e5a390003335e
|
3 |
+
size 3377
|
runs/May24_07-26-02_gianluca-ubuntu/1653369969.5798233/events.out.tfevents.1653369969.gianluca-ubuntu.8724.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:177c05804198ecb76d45ea4aa027542750f960d78cf6b1f2a063b5588132bbae
|
3 |
+
size 4585
|
runs/May24_07-26-02_gianluca-ubuntu/events.out.tfevents.1653369969.gianluca-ubuntu.8724.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8acd442cba1efbaeb3ffca7e432ce2a899fadff80c6790d81d4feb8848a6fa4c
|
3 |
+
size 3377
|
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:f0299ddc6d4380e8e061aec9fedcfcabbe9e9cf09c5847a8c48158737c41e898
|
3 |
+
size 2863
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|