End of training
Browse files- .gitignore +1 -0
- config.json +24 -0
- pytorch_model.bin +3 -0
- runs/May19_07-54-15_7c43e6f5fc7b/events.out.tfevents.1652946868.7c43e6f5fc7b.75.3 +3 -0
- runs/May19_07-54-42_7c43e6f5fc7b/1652946891.942908/events.out.tfevents.1652946891.7c43e6f5fc7b.75.5 +3 -0
- runs/May19_07-54-42_7c43e6f5fc7b/events.out.tfevents.1652946891.7c43e6f5fc7b.75.4 +3 -0
- runs/May19_07-54-42_7c43e6f5fc7b/events.out.tfevents.1652946899.7c43e6f5fc7b.75.6 +3 -0
- training_args.bin +3 -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 |
+
"DistilBertForMaskedLM"
|
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.19.2",
|
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:3162338512caa851608602f398801982455eb74583bacb6cdd50c24c1959b8d8
|
3 |
+
size 267976815
|
runs/May19_07-54-15_7c43e6f5fc7b/events.out.tfevents.1652946868.7c43e6f5fc7b.75.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:671d89a11f063f0e55190a065efabcb2c404f4315708a472ec08da99f0402fc4
|
3 |
+
size 249
|
runs/May19_07-54-42_7c43e6f5fc7b/1652946891.942908/events.out.tfevents.1652946891.7c43e6f5fc7b.75.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9686966621e7704972d7e42cd1f71517d9ea2017ae2e1b0cf471786cf43eb61d
|
3 |
+
size 5243
|
runs/May19_07-54-42_7c43e6f5fc7b/events.out.tfevents.1652946891.7c43e6f5fc7b.75.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:265a3ea7c1c6955a2b2d66ecb25b9e5c31a56234ba3925d256d21db277d06cd6
|
3 |
+
size 5292
|
runs/May19_07-54-42_7c43e6f5fc7b/events.out.tfevents.1652946899.7c43e6f5fc7b.75.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f0d58fcb2f9fd10979b2b743df25505b4595b3c0d3252c031671305adeec6449
|
3 |
+
size 306
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:01c53b3e1b84a32c797d7b26dd2d8234fbffbd8e21b53e8ffd638b9c66bfa6aa
|
3 |
+
size 3247
|