YCheetax commited on
Commit
ec2d66f
1 Parent(s): 35ba879

Training in progress, epoch 1

Browse files
added_tokens.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "<cls>": 0,
3
+ "<eos>": 2,
4
+ "<mask>": 32,
5
+ "<pad>": 1,
6
+ "<unk>": 3
7
+ }
config.json CHANGED
@@ -19366,7 +19366,7 @@
19366
  "problem_type": "single_label_classification",
19367
  "token_dropout": true,
19368
  "torch_dtype": "float32",
19369
- "transformers_version": "4.26.0",
19370
  "use_cache": true,
19371
  "vocab_list": null,
19372
  "vocab_size": 33
 
19366
  "problem_type": "single_label_classification",
19367
  "token_dropout": true,
19368
  "torch_dtype": "float32",
19369
+ "transformers_version": "4.34.0",
19370
  "use_cache": true,
19371
  "vocab_list": null,
19372
  "vocab_size": 33
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c00ce9f61fad4d7285dfeae1c9cc97745846a96c1ddd553e00a87ff85c33e265
3
- size 154652649
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47dee138f3028517a5648032b5c677fef3d38c0122b0c93ce65dbac06891305a
3
+ size 154644514
tokenizer_config.json CHANGED
@@ -1,6 +1,54 @@
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
  }
 
1
  {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<cls>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<pad>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "<eos>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "<unk>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "32": {
36
+ "content": "<mask>",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "additional_special_tokens": [],
45
+ "clean_up_tokenization_spaces": true,
46
+ "cls_token": "<cls>",
47
+ "eos_token": "<eos>",
48
+ "mask_token": "<mask>",
49
  "model_max_length": 1024,
50
+ "pad_token": "<pad>",
51
+ "tokenizer_class": "EsmTokenizer",
52
+ "tokenizer_file": null,
53
+ "unk_token": "<unk>"
54
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fccc7a66fdabb7ed67834945d9e49a3768128ab482568e9d64b3d9dabc3d8835
3
- size 3515
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25c6df8ad5711576b10832c7a157b332415d665fe7e331dc4f518f5e916eb5a9
3
+ size 4536