Model save
Browse files- .gitignore +1 -0
- config.json +0 -0
- pytorch_model.bin +3 -0
- runs/Sep28_12-57-42_sassette/1695905388.5283735/events.out.tfevents.1695905388.sassette.21408.1 +3 -0
- runs/Sep28_12-57-42_sassette/events.out.tfevents.1695905388.sassette.21408.0 +3 -0
- special_tokens_map.json +7 -0
- tokenizer_config.json +6 -0
- training_args.bin +3 -0
- vocab.txt +33 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d8789e43dbe8377d8668ea4c2d6aa33e3b9370842f82d21402979a6bec154976
|
3 |
+
size 154652649
|
runs/Sep28_12-57-42_sassette/1695905388.5283735/events.out.tfevents.1695905388.sassette.21408.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dba81b399a14e406ae4b907463bde9c4a4cf5f5943f860d6197d6e12d705ae1b
|
3 |
+
size 5733
|
runs/Sep28_12-57-42_sassette/events.out.tfevents.1695905388.sassette.21408.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:664df01e8226e6868930b1e65fbb3e48d2a8aa577e29e38556eb9c434a3a7648
|
3 |
+
size 483058
|
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,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_max_length": 1024,
|
3 |
+
"name_or_path": "facebook/esm2_t12_35M_UR50D",
|
4 |
+
"special_tokens_map_file": "C:\\Users\\ychitale/.cache\\huggingface\\hub\\models--facebook--esm2_t12_35M_UR50D\\snapshots\\6fbf070e65b0b7291e7bbcd451118c216cff79d8\\special_tokens_map.json",
|
5 |
+
"tokenizer_class": "EsmTokenizer"
|
6 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:93e9a2b1621d7119feb1f2b1beebf84c1d2de476b08a0e5a2f9317cf8b040fbd
|
3 |
+
size 3515
|
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>
|