Kampanart Chaimooltan
commited on
Commit
·
44169d5
1
Parent(s):
d6bceb2
End of training
Browse files- .gitignore +1 -0
- config.json +24 -0
- pytorch_model.bin +3 -0
- runs/Jun06_09-28-14_6abf2539cd31/1654507733.446357/events.out.tfevents.1654507733.6abf2539cd31.78.1 +3 -0
- runs/Jun06_09-28-14_6abf2539cd31/events.out.tfevents.1654507731.6abf2539cd31.78.0 +3 -0
- runs/Jun06_09-28-14_6abf2539cd31/events.out.tfevents.1654507947.6abf2539cd31.78.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.15.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:c5fa78d1aec4af5a6c382c8c64af9c2141bbeda80a342af80de6af6e1e20a5fc
|
3 |
+
size 267982639
|
runs/Jun06_09-28-14_6abf2539cd31/1654507733.446357/events.out.tfevents.1654507733.6abf2539cd31.78.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e9820bd97ec118c28a2968be94e9f987b504119a0cda669c1fd352be3855f91
|
3 |
+
size 4790
|
runs/Jun06_09-28-14_6abf2539cd31/events.out.tfevents.1654507731.6abf2539cd31.78.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5034fd2a03d1d0d04a258062e8bbdfb56f3a9e149130f73c95fbc3939d38f7f5
|
3 |
+
size 5068
|
runs/Jun06_09-28-14_6abf2539cd31/events.out.tfevents.1654507947.6abf2539cd31.78.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:32b8bd1285f91bec828931dc3ae5814a8fce8dbec4bfec00ddbd7e2cf5cbb537
|
3 |
+
size 311
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5dd050b193c3662f95832a4879afbf94fa89b822f7d66ea61875efa82fb369c7
|
3 |
+
size 2991
|