NahedAbdelgaber
commited on
Commit
•
929f77c
1
Parent(s):
171d837
End of training
Browse files- .gitignore +1 -0
- config.json +24 -0
- pytorch_model.bin +3 -0
- runs/Dec30_06-50-27_65ab9105c2d7/1640847085.464426/events.out.tfevents.1640847085.65ab9105c2d7.35.1 +3 -0
- runs/Dec30_06-50-27_65ab9105c2d7/events.out.tfevents.1640847085.65ab9105c2d7.35.0 +3 -0
- runs/Dec30_06-50-27_65ab9105c2d7/events.out.tfevents.1640847387.65ab9105c2d7.35.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.12.5",
|
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:95253bb08627d42e9176b6c00076ce2e1c77c25a39b28ea3869330939123b99b
|
3 |
+
size 267982639
|
runs/Dec30_06-50-27_65ab9105c2d7/1640847085.464426/events.out.tfevents.1640847085.65ab9105c2d7.35.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ddb1ea38ad9eefd868ddb7ac0eb0d59956c4f844703092abbb1aa2812264816c
|
3 |
+
size 4687
|
runs/Dec30_06-50-27_65ab9105c2d7/events.out.tfevents.1640847085.65ab9105c2d7.35.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:056b5fff1e4a5851b53be66207b0382d365ad00eef809e6f5a37472fbf681bca
|
3 |
+
size 4854
|
runs/Dec30_06-50-27_65ab9105c2d7/events.out.tfevents.1640847387.65ab9105c2d7.35.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab12d674b9c315c9a4e7f7048c767b98dbf044fc22a9483ec3661772852df4f0
|
3 |
+
size 311
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f9d9991c4cd69972781f3a10215c319c84eeedfd63a151073dee495d5cc17212
|
3 |
+
size 2991
|