affahrizain
commited on
Commit
•
89eb00a
1
Parent(s):
67ddd80
Training in progress, step 500
Browse files- .gitignore +1 -0
- config.json +24 -0
- pytorch_model.bin +3 -0
- runs/Jul26_20-10-39_f4a361cb72a9/1658866603.9621816/events.out.tfevents.1658866603.f4a361cb72a9.73.1 +3 -0
- runs/Jul26_20-10-39_f4a361cb72a9/events.out.tfevents.1658866598.f4a361cb72a9.73.0 +3 -0
- runs/Jul26_20-10-39_f4a361cb72a9/events.out.tfevents.1658866889.f4a361cb72a9.73.2 +3 -0
- runs/Jul26_20-23-44_f4a361cb72a9/1658867205.0596735/events.out.tfevents.1658867205.f4a361cb72a9.73.5 +3 -0
- runs/Jul26_20-23-44_f4a361cb72a9/events.out.tfevents.1658867056.f4a361cb72a9.73.3 +3 -0
- runs/Jul26_20-23-44_f4a361cb72a9/events.out.tfevents.1658867187.f4a361cb72a9.73.4 +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.1",
|
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:f93bacb73832298147c0d16862c82f12602cd1da2debf4a39adb0a6158034f69
|
3 |
+
size 267976815
|
runs/Jul26_20-10-39_f4a361cb72a9/1658866603.9621816/events.out.tfevents.1658866603.f4a361cb72a9.73.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3a507b1813385255735b8b7eee0d05b82ecec8aa9e489efac2ca701dc830229
|
3 |
+
size 5399
|
runs/Jul26_20-10-39_f4a361cb72a9/events.out.tfevents.1658866598.f4a361cb72a9.73.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c429000ba9fcbf8e24962937631657e7e27f756ce9f4d777140b23da08fbbe2
|
3 |
+
size 5414
|
runs/Jul26_20-10-39_f4a361cb72a9/events.out.tfevents.1658866889.f4a361cb72a9.73.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:84a37ea3ed8cd2beaa8e55c45cfd68d5e73e9dd3641fb958fd2ceee3fc5ab73c
|
3 |
+
size 311
|
runs/Jul26_20-23-44_f4a361cb72a9/1658867205.0596735/events.out.tfevents.1658867205.f4a361cb72a9.73.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e2cc564ff119fac30e826a53fcf38fda4e858bbc5f354e30d46129a5b01f5d2c
|
3 |
+
size 5399
|
runs/Jul26_20-23-44_f4a361cb72a9/events.out.tfevents.1658867056.f4a361cb72a9.73.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f6967d5a33455cf8b6465b2c798a060b928591d70d681b4a6474c6381d166519
|
3 |
+
size 249
|
runs/Jul26_20-23-44_f4a361cb72a9/events.out.tfevents.1658867187.f4a361cb72a9.73.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4941ab6977aa94d49a44efae572a946639b284ba36e0e4bd4197136d42d6823d
|
3 |
+
size 4206
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76232f28b20a1ab80d8374ff07f4d7d2d15cccc25917f4ead40ab440d7843fdf
|
3 |
+
size 3375
|