Rocketknight1 HF staff commited on
Commit
a336b19
1 Parent(s): 1949360

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Rocketknight1/esm2_t12_35M_UR50D",
3
+ "architectures": [
4
+ "EsmForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "classifier_dropout": null,
8
+ "emb_layer_norm_before": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.0,
11
+ "hidden_size": 480,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 1920,
14
+ "layer_norm_eps": 1e-05,
15
+ "mask_token_id": 32,
16
+ "max_position_embeddings": 1026,
17
+ "model_type": "esm",
18
+ "num_attention_heads": 20,
19
+ "num_hidden_layers": 12,
20
+ "pad_token_id": 1,
21
+ "position_embedding_type": "rotary",
22
+ "problem_type": "single_label_classification",
23
+ "token_dropout": true,
24
+ "torch_dtype": "float32",
25
+ "transformers_version": "4.23.0.dev0",
26
+ "use_cache": true,
27
+ "vocab_size": 33
28
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37535ecd43b3f78ca6384027ca1b36acdabd82c343f476d7a9a03dd854777f00
3
+ size 136054689
runs/Sep27_16-07-58_matt-TRX40-AORUS-PRO-WIFI/1664291289.6878521/events.out.tfevents.1664291289.matt-TRX40-AORUS-PRO-WIFI.33376.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c315817a7c1b209882afbf037fedf5affb77ba037546e578dae332a1b09d472f
3
+ size 5599
runs/Sep27_16-07-58_matt-TRX40-AORUS-PRO-WIFI/events.out.tfevents.1664291289.matt-TRX40-AORUS-PRO-WIFI.33376.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5be5b5bfdae4682fc82dff7fd0a628ad6197effac682a6d67c64e18d3f331d3
3
+ size 4341
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "<cls>",
3
+ "eos_token": "<eos>",
4
+ "mask_token": "<mask>",
5
+ "pad_token": "<pad>",
6
+ "unk_token": "<unk>"
7
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "name_or_path": "Rocketknight1/esm2_t12_35M_UR50D",
3
+ "special_tokens_map_file": "/home/matt/.cache/huggingface/hub/models--Rocketknight1--esm2_t12_35M_UR50D/snapshots/dcbfb6f68520d5f0eacf3999b7ce707f546173f5/special_tokens_map.json",
4
+ "tokenizer_class": "EsmTokenizer"
5
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b4897a4f23d194542bac19552e78de54083380818cd7eb8bc815877738ccf97
3
+ size 3451
vocab.txt ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <cls>
2
+ <pad>
3
+ <eos>
4
+ <unk>
5
+ L
6
+ A
7
+ G
8
+ V
9
+ S
10
+ E
11
+ R
12
+ T
13
+ I
14
+ D
15
+ P
16
+ K
17
+ Q
18
+ N
19
+ F
20
+ Y
21
+ M
22
+ H
23
+ W
24
+ C
25
+ X
26
+ B
27
+ U
28
+ Z
29
+ O
30
+ .
31
+ -
32
+ <null_1>
33
+ <mask>