Mozart-coder commited on
Commit
768f70e
·
1 Parent(s): 948fc4b

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "armheb/DNA_bert_6",
3
+ "architectures": [
4
+ "BertForMaskedLM"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_ids": 0,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 3072,
15
+ "layer_norm_eps": 1e-12,
16
+ "max_position_embeddings": 512,
17
+ "model_type": "bert",
18
+ "num_attention_heads": 12,
19
+ "num_hidden_layers": 12,
20
+ "num_rnn_layer": 1,
21
+ "output_past": true,
22
+ "pad_token_id": 0,
23
+ "position_embedding_type": "absolute",
24
+ "rnn": "lstm",
25
+ "rnn_dropout": 0.0,
26
+ "rnn_hidden": 768,
27
+ "split": 10,
28
+ "torch_dtype": "float32",
29
+ "transformers_version": "4.23.1",
30
+ "type_vocab_size": 2,
31
+ "use_cache": true,
32
+ "vocab_size": 4101
33
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7811b1c2c48d22c9349c2e40fe3640b18dd674a0d4bacc1ef4e06fb7743381d4
3
+ size 356857835
runs/Oct25_06-22-54_ce2ba5f1ae8c/1666678990.9552934/events.out.tfevents.1666678990.ce2ba5f1ae8c.77.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d52b05ceaced1620a6cfd0d060115245d32821e740e63b16740fedafa27712b
3
+ size 5478
runs/Oct25_06-22-54_ce2ba5f1ae8c/events.out.tfevents.1666678990.ce2ba5f1ae8c.77.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6010e88f4c131d5566851146801cd6a583f6cdb15c68caf352b656a96be669d3
3
+ size 4261
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f33104cd9b3e2f2fb1ffc93e6f72bebcd3eab8a3c0af319e9102fe1b04998e7
3
+ size 3375