Mozart-coder commited on
Commit
8b5a6af
1 Parent(s): cf96f79

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:183adc74276d6be0f497c35ba98651e651b16f996c692343b9e2adf2f5f4a476
3
+ size 356857835
runs/Oct21_07-29-49_60584ca57018/1666337415.8084059/events.out.tfevents.1666337415.60584ca57018.74.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:896561308b1821bbd37dc11a2a05739c5a269f510d4af72927c8ba1f8ca1ef49
3
+ size 5481
runs/Oct21_07-29-49_60584ca57018/events.out.tfevents.1666337415.60584ca57018.74.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26ad0d734b51b3f8ebb1e2c44deb18e8f65168ebfd1a6665b100355b82715ef7
3
+ size 4264
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee3ddc57660c45d0c20b7d8e3c6e890bbc0cbd4df674cc62c9f3d27699941ce0
3
+ size 3375