Mozart-coder commited on
Commit
8c5eddf
·
1 Parent(s): f7f7bc4

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:ba5494bece318ac000cd0032161b896502793f273fae55492a37abdc507b597e
3
+ size 356857835
runs/Oct22_09-54-43_8abdc9447510/1666432496.8303354/events.out.tfevents.1666432496.8abdc9447510.73.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:020209eab5b262c774f58de457e6849a7fbf13ea865c48d4a2b2d147b9d4a1ca
3
+ size 5499
runs/Oct22_09-54-43_8abdc9447510/events.out.tfevents.1666432496.8abdc9447510.73.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce221889045f2242684b386f7e66eedede01c53a1cbefef210b28c0a427257e0
3
+ size 4282
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63916d352843f5f26c8e995ae7ed5ae9d2219d5a246323925174deed83e7141d
3
+ size 3439