End of training
Browse files- .gitignore +1 -0
- config.json +24 -0
- pytorch_model.bin +3 -0
- runs/May12_16-26-55_39184c6c58df/1652373258.400608/events.out.tfevents.1652373258.39184c6c58df.75.1 +3 -0
- runs/May12_16-26-55_39184c6c58df/events.out.tfevents.1652373244.39184c6c58df.75.0 +3 -0
- runs/May12_16-26-55_39184c6c58df/events.out.tfevents.1652373581.39184c6c58df.75.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.19.0",
|
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:8faaed277251234c728cf84b25be2fffed885c24530764b3b59c9475ef4d7a16
|
3 |
+
size 267976815
|
runs/May12_16-26-55_39184c6c58df/1652373258.400608/events.out.tfevents.1652373258.39184c6c58df.75.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a3306e0f05e4bd6fec5bfed5dc641a7d0654bbf756c2c7d948e2d8c6845c7ad
|
3 |
+
size 5222
|
runs/May12_16-26-55_39184c6c58df/events.out.tfevents.1652373244.39184c6c58df.75.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d06cd8c3debce811fa75319d995d59f363833d629c5f32c0c29769d49ba780e
|
3 |
+
size 5303
|
runs/May12_16-26-55_39184c6c58df/events.out.tfevents.1652373581.39184c6c58df.75.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c54d3d65fa99a7f77c21b7e14e1df5e85e2c898bb5c70279435cea2931da2aa
|
3 |
+
size 311
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:caf0e55f50146494a40ab33a31a2c437b5e497732a307f5400d52c8859d13964
|
3 |
+
size 3247
|