End of training
Browse files- .gitignore +1 -0
- config.json +24 -0
- pytorch_model.bin +3 -0
- runs/Jun20_19-11-41_477a662c311a/1655752345.8360739/events.out.tfevents.1655752345.477a662c311a.74.1 +3 -0
- runs/Jun20_19-11-41_477a662c311a/events.out.tfevents.1655752342.477a662c311a.74.0 +3 -0
- runs/Jun20_19-11-41_477a662c311a/events.out.tfevents.1655752541.477a662c311a.74.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.20.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/Jun20_19-11-41_477a662c311a/1655752345.8360739/events.out.tfevents.1655752345.477a662c311a.74.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e2538211bb3d095ed80a4e6190d638fb84095f101ac351a48ad7444c1fa02338
|
3 |
+
size 5387
|
runs/Jun20_19-11-41_477a662c311a/events.out.tfevents.1655752342.477a662c311a.74.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0c13ffc5d24870db3c0ab3d698eaa17939b9324a094d1d35e13c49663acbcda
|
3 |
+
size 5401
|
runs/Jun20_19-11-41_477a662c311a/events.out.tfevents.1655752541.477a662c311a.74.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed2dd21870ebd0b5e16547696b3cea3bcb4ce8e433d2f981a45e4d95a3b52956
|
3 |
+
size 311
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d5a5da1987db96708b4232c359efc6ac2051184cc30a04f9d176f31e1eb2a67e
|
3 |
+
size 3375
|