Training in progress, step 500
Browse files- .gitignore +1 -0
- config.json +24 -0
- pytorch_model.bin +3 -0
- runs/May15_21-40-51_DESKTOP-2LG01LF/1684150856.8833098/events.out.tfevents.1684150856.DESKTOP-2LG01LF.20660.1 +3 -0
- runs/May15_21-40-51_DESKTOP-2LG01LF/events.out.tfevents.1684150856.DESKTOP-2LG01LF.20660.0 +3 -0
- runs/May15_22-01-05_DESKTOP-2LG01LF/1684152069.3396156/events.out.tfevents.1684152069.DESKTOP-2LG01LF.15440.1 +3 -0
- runs/May15_22-01-05_DESKTOP-2LG01LF/events.out.tfevents.1684152069.DESKTOP-2LG01LF.15440.0 +3 -0
- runs/May15_22-03-25_DESKTOP-2LG01LF/1684152209.0459719/events.out.tfevents.1684152209.DESKTOP-2LG01LF.15440.3 +3 -0
- runs/May15_22-03-25_DESKTOP-2LG01LF/events.out.tfevents.1684152209.DESKTOP-2LG01LF.15440.2 +3 -0
- runs/May15_22-16-15_DESKTOP-2LG01LF/1684152979.8429818/events.out.tfevents.1684152979.DESKTOP-2LG01LF.15440.5 +3 -0
- runs/May15_22-16-15_DESKTOP-2LG01LF/events.out.tfevents.1684152979.DESKTOP-2LG01LF.15440.4 +3 -0
- runs/May15_22-16-50_DESKTOP-2LG01LF/1684153014.5560427/events.out.tfevents.1684153014.DESKTOP-2LG01LF.15440.7 +3 -0
- runs/May15_22-16-50_DESKTOP-2LG01LF/events.out.tfevents.1684153014.DESKTOP-2LG01LF.15440.6 +3 -0
- runs/May15_22-29-50_DESKTOP-2LG01LF/1684153794.4014642/events.out.tfevents.1684153794.DESKTOP-2LG01LF.9332.1 +3 -0
- runs/May15_22-29-50_DESKTOP-2LG01LF/events.out.tfevents.1684153794.DESKTOP-2LG01LF.9332.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,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "distilbert-base-uncased",
|
3 |
+
"activation": "gelu",
|
4 |
+
"architectures": [
|
5 |
+
"DistilBertForQuestionAnswering"
|
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 |
+
"qa_dropout": 0.1,
|
18 |
+
"seq_classif_dropout": 0.2,
|
19 |
+
"sinusoidal_pos_embds": false,
|
20 |
+
"tie_weights_": true,
|
21 |
+
"torch_dtype": "float32",
|
22 |
+
"transformers_version": "4.29.1",
|
23 |
+
"vocab_size": 30522
|
24 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6850bb7c36b36762a15da3c5ac8efc603be88796eb83395fbae85ebc49e81b5
|
3 |
+
size 265491109
|
runs/May15_21-40-51_DESKTOP-2LG01LF/1684150856.8833098/events.out.tfevents.1684150856.DESKTOP-2LG01LF.20660.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d1c9a819ffc743bd402fce70ae2914d1ee65ffaf64886484a82f3def11abefb
|
3 |
+
size 5856
|
runs/May15_21-40-51_DESKTOP-2LG01LF/events.out.tfevents.1684150856.DESKTOP-2LG01LF.20660.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:16122e076cc9b3a8a770fa5b882c23a5fed84272aab889929dd3dac60c8e4f94
|
3 |
+
size 3844
|
runs/May15_22-01-05_DESKTOP-2LG01LF/1684152069.3396156/events.out.tfevents.1684152069.DESKTOP-2LG01LF.15440.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc8fa7e71451255db52c8878206abdb9b7afb32ba0cf1fc9cda29bcb58f817bd
|
3 |
+
size 5856
|
runs/May15_22-01-05_DESKTOP-2LG01LF/events.out.tfevents.1684152069.DESKTOP-2LG01LF.15440.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f406b7ba2447f155e1f011aa4ad9aaf6986853ee1dcc383ddf705293b40c1d4d
|
3 |
+
size 3844
|
runs/May15_22-03-25_DESKTOP-2LG01LF/1684152209.0459719/events.out.tfevents.1684152209.DESKTOP-2LG01LF.15440.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6453b7a5ea6b1ae0d7a97ced000116215136f40a94ae789572bce4b258b2879a
|
3 |
+
size 5856
|
runs/May15_22-03-25_DESKTOP-2LG01LF/events.out.tfevents.1684152209.DESKTOP-2LG01LF.15440.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6141dfb9b6c56ee495a60fb0eedd36f8f36d9bb0ae7b93e19f793e750f770fbe
|
3 |
+
size 3844
|
runs/May15_22-16-15_DESKTOP-2LG01LF/1684152979.8429818/events.out.tfevents.1684152979.DESKTOP-2LG01LF.15440.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e8cc689357fdfdc415a484bf772e8a455db3a3ed1d77cd15fe7edb9ab666b81
|
3 |
+
size 5856
|
runs/May15_22-16-15_DESKTOP-2LG01LF/events.out.tfevents.1684152979.DESKTOP-2LG01LF.15440.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:43706380a9f4f9fb5ea9099a4a7dcff09cd51991ad781dae4da485cd722bb414
|
3 |
+
size 3844
|
runs/May15_22-16-50_DESKTOP-2LG01LF/1684153014.5560427/events.out.tfevents.1684153014.DESKTOP-2LG01LF.15440.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:90809a9e8fd5a51aa189db74b5f609d5aff05c0496323ee6311e7bcc4e63353b
|
3 |
+
size 5856
|
runs/May15_22-16-50_DESKTOP-2LG01LF/events.out.tfevents.1684153014.DESKTOP-2LG01LF.15440.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:56d06c46c0051fb0fa2f1f1b19a62c3dfdc9f4323c2b6e5785c507804085f4b6
|
3 |
+
size 3844
|
runs/May15_22-29-50_DESKTOP-2LG01LF/1684153794.4014642/events.out.tfevents.1684153794.DESKTOP-2LG01LF.9332.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:27330a159178793befbecbb6dcda0f45c0d2b44f0a90ffff9c6abec08f41ee61
|
3 |
+
size 5856
|
runs/May15_22-29-50_DESKTOP-2LG01LF/events.out.tfevents.1684153794.DESKTOP-2LG01LF.9332.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e0c2002ecbd91fb00902b36272d7b6b9de58fe4fcdce1f63fbddff55cdc23dd9
|
3 |
+
size 4272
|
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:f7ac0f6481a79ea180c027e85f999392cb693ae68618f922a4fbddd659631eb4
|
3 |
+
size 3899
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|