davidcechak
commited on
Commit
·
f8b8c9c
1
Parent(s):
8db9619
Training in progress, step 20000
Browse files- .gitignore +1 -0
- config.json +28 -0
- pytorch_model.bin +3 -0
- runs/Jul29_23-53-31_jupyter-xcechak--genomic-5fbenchmarks-5f42/1659138835.619664/events.out.tfevents.1659138835.jupyter-xcechak--genomic-5fbenchmarks-5f42.2323.1 +3 -0
- runs/Jul29_23-53-31_jupyter-xcechak--genomic-5fbenchmarks-5f42/events.out.tfevents.1659138835.jupyter-xcechak--genomic-5fbenchmarks-5f42.2323.0 +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.20.0",
|
26 |
+
"type_vocab_size": 0,
|
27 |
+
"vocab_size": 69637
|
28 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c85663a5d7e19bdbfd993133cf2d2f17418f90deaef4548fbf481f5d242d5c1
|
3 |
+
size 388274461
|
runs/Jul29_23-53-31_jupyter-xcechak--genomic-5fbenchmarks-5f42/1659138835.619664/events.out.tfevents.1659138835.jupyter-xcechak--genomic-5fbenchmarks-5f42.2323.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1817fdc954dfd85a37fce53514a67f3a35e6d2f5fd266fb27e58648c32d8f13a
|
3 |
+
size 5354
|
runs/Jul29_23-53-31_jupyter-xcechak--genomic-5fbenchmarks-5f42/events.out.tfevents.1659138835.jupyter-xcechak--genomic-5fbenchmarks-5f42.2323.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:94454334b996f164dd4210d4505bce715f47448d91cd314c4816fcf9792991fb
|
3 |
+
size 4058
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65c65c6ebbfa6681910137455d368d3475cd25b141d7519054737b75b004f78e
|
3 |
+
size 3311
|