carolEileen
commited on
Commit
·
9bfd4a3
1
Parent(s):
4937af7
End of training
Browse files- .gitignore +1 -0
- config.json +24 -0
- pytorch_model.bin +3 -0
- runs/Mar03_08-52-08_59f826ee9500/1646297980.256082/events.out.tfevents.1646297980.59f826ee9500.86.1 +3 -0
- runs/Mar03_08-52-08_59f826ee9500/events.out.tfevents.1646297801.59f826ee9500.86.0 +3 -0
- runs/Mar03_08-52-08_59f826ee9500/events.out.tfevents.1646298230.59f826ee9500.86.2 +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.16.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:8dafc1ffdf43c9611d0b8ca4bd12824609a8e7ab57aa446983d71290d5bf2889
|
3 |
+
size 267982639
|
runs/Mar03_08-52-08_59f826ee9500/1646297980.256082/events.out.tfevents.1646297980.59f826ee9500.86.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bce3129ddb1dbee1e4fbf566c0f74fcd441b98850412ccd40590ad177fce311f
|
3 |
+
size 4822
|
runs/Mar03_08-52-08_59f826ee9500/events.out.tfevents.1646297801.59f826ee9500.86.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eeb2419aebdb1b0c324937d10180bdf2d5bd57f05148db005644a885defb1dd4
|
3 |
+
size 5091
|
runs/Mar03_08-52-08_59f826ee9500/events.out.tfevents.1646298230.59f826ee9500.86.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ec8c922ff0794358dcf9b37f29f2c0bacba46c020a36c7c0e29fb6c362276cd
|
3 |
+
size 311
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:03d15f1972bb0cafa370a38e370394270b56ae13936b5544fccf4c899082e590
|
3 |
+
size 3055
|