Training in progress, step 5000
Browse files- .gitignore +1 -0
- config.json +28 -0
- pytorch_model.bin +3 -0
- runs/Jun09_20-27-20_e870638220e2/1654806490.2737827/events.out.tfevents.1654806490.e870638220e2.170.1 +3 -0
- runs/Jun09_20-27-20_e870638220e2/events.out.tfevents.1654806490.e870638220e2.170.0 +3 -0
- runs/Jun09_20-29-45_e870638220e2/1654806614.1045923/events.out.tfevents.1654806614.e870638220e2.170.3 +3 -0
- runs/Jun09_20-29-45_e870638220e2/events.out.tfevents.1654806614.e870638220e2.170.2 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"DebertaForMaskedLM"
|
4 |
+
],
|
5 |
+
"attention_probs_dropout_prob": 0.1,
|
6 |
+
"hidden_act": "gelu",
|
7 |
+
"hidden_dropout_prob": 0.1,
|
8 |
+
"hidden_size": 768,
|
9 |
+
"initializer_range": 0.02,
|
10 |
+
"intermediate_size": 3072,
|
11 |
+
"layer_norm_eps": 1e-07,
|
12 |
+
"max_position_embeddings": 512,
|
13 |
+
"max_relative_positions": -1,
|
14 |
+
"model_type": "deberta",
|
15 |
+
"num_attention_heads": 12,
|
16 |
+
"num_hidden_layers": 6,
|
17 |
+
"pad_token_id": 0,
|
18 |
+
"pooler_dropout": 0,
|
19 |
+
"pooler_hidden_act": "gelu",
|
20 |
+
"pooler_hidden_size": 768,
|
21 |
+
"pos_att_type": null,
|
22 |
+
"position_biased_input": true,
|
23 |
+
"relative_attention": false,
|
24 |
+
"torch_dtype": "float32",
|
25 |
+
"transformers_version": "4.19.3",
|
26 |
+
"type_vocab_size": 0,
|
27 |
+
"vocab_size": 4101
|
28 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:10ad0dd4ae49b4cc4ff96555af7cbdf207312be9686c2796d74c059cdd02debc
|
3 |
+
size 186685725
|
runs/Jun09_20-27-20_e870638220e2/1654806490.2737827/events.out.tfevents.1654806490.e870638220e2.170.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:adad292ba3408df51f81a5ac2264012a42d870815cf3d7f8063874afd43c2468
|
3 |
+
size 5161
|
runs/Jun09_20-27-20_e870638220e2/events.out.tfevents.1654806490.e870638220e2.170.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:916c0c337d3d672bee86be903f87f944f1f672084fdef7af9c25dcc23f983640
|
3 |
+
size 3491
|
runs/Jun09_20-29-45_e870638220e2/1654806614.1045923/events.out.tfevents.1654806614.e870638220e2.170.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d73800487754b216db904087988cb4c7695285d5b41f03da26db9f84f1468794
|
3 |
+
size 5161
|
runs/Jun09_20-29-45_e870638220e2/events.out.tfevents.1654806614.e870638220e2.170.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c8f6fa2272be372f89967b929efa7b3536779f736b4ed8d2b65b3c7897fdfd6
|
3 |
+
size 3924
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b730412f373c7623aec68398837090ff7c786b06f281a9888be9c0527649096c
|
3 |
+
size 3247
|