hf-transformers-bot commited on
Commit
0b5479c
·
verified ·
1 Parent(s): a17636d

Update tiny models for EsmForTokenClassification

Browse files
Files changed (4) hide show
  1. config.json +35 -0
  2. model.safetensors +3 -0
  3. tokenizer_config.json +54 -0
  4. vocab.txt +33 -0
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_cross_attention": false,
3
+ "architectures": [
4
+ "EsmForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": null,
8
+ "dtype": "float32",
9
+ "emb_layer_norm_before": null,
10
+ "eos_token_id": 2,
11
+ "esmfold_config": null,
12
+ "hidden_act": "gelu",
13
+ "hidden_dropout_prob": 0.1,
14
+ "hidden_size": 32,
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 37,
17
+ "is_decoder": false,
18
+ "is_folding_model": false,
19
+ "layer_norm_eps": 1e-12,
20
+ "mask_token_id": null,
21
+ "max_position_embeddings": 512,
22
+ "model_type": "esm",
23
+ "num_attention_heads": 4,
24
+ "num_hidden_layers": 2,
25
+ "pad_token_id": 1,
26
+ "position_embedding_type": "rotary",
27
+ "rope_theta": 10000.0,
28
+ "tie_word_embeddings": true,
29
+ "token_dropout": false,
30
+ "transformers_version": "5.16.0.dev0",
31
+ "type_vocab_size": 16,
32
+ "use_cache": true,
33
+ "vocab_list": null,
34
+ "vocab_size": 33
35
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16f391dc63c4f1034657119c70b88c6b839d155091bb2b7d592c02f003c8e237
3
+ size 63236
tokenizer_config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "backend": "custom",
45
+ "cls_token": "<cls>",
46
+ "eos_token": "<eos>",
47
+ "is_local": false,
48
+ "local_files_only": false,
49
+ "mask_token": "<mask>",
50
+ "model_max_length": 512,
51
+ "pad_token": "<pad>",
52
+ "tokenizer_class": "EsmTokenizer",
53
+ "unk_token": "<unk>"
54
+ }
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>