livinNector
commited on
Commit
•
0a19a86
1
Parent(s):
6b0ef9c
Training in progress, step 1000
Browse files
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"activation": "gelu",
|
3 |
+
"architectures": [
|
4 |
+
"DistilBertForMaskedLM"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.1,
|
7 |
+
"dim": 768,
|
8 |
+
"dropout": 0.1,
|
9 |
+
"hidden_dim": 3072,
|
10 |
+
"initializer_range": 0.02,
|
11 |
+
"max_position_embeddings": 512,
|
12 |
+
"model_type": "distilbert",
|
13 |
+
"n_heads": 12,
|
14 |
+
"n_layers": 6,
|
15 |
+
"pad_token_id": 0,
|
16 |
+
"qa_dropout": 0.1,
|
17 |
+
"seq_classif_dropout": 0.2,
|
18 |
+
"sinusoidal_pos_embds": false,
|
19 |
+
"torch_dtype": "float32",
|
20 |
+
"transformers_version": "4.27.4",
|
21 |
+
"vocab_size": 1023
|
22 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:33b489afba51b5e439e58900bfc03c5d52f104474d0b90302eef90627423b762
|
3 |
+
size 177239153
|
runs/May04_20-56-45_gpu210-14/1683223063.875455/events.out.tfevents.1683223063.gpu210-14.20291.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5faf0fd40d2b45b3a8f6970c4e9f8a48a01695c59bb726daa08c54be30fb5d1
|
3 |
+
size 5867
|
runs/May04_20-56-45_gpu210-14/events.out.tfevents.1683223062.gpu210-14.20291.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb6c31d84cb223d38dcb9375b9381995f1f53d03639f4f8f1d50d32eb70badea
|
3 |
+
size 4078
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb735736cba39979675dc6afe025370ed6638cd7725125fa24ef37a9ef7b73b5
|
3 |
+
size 3643
|