LucaGroup commited on
Commit
55ee52c
·
verified ·
1 Parent(s): e6a3169

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alphabet": "gene_prot",
3
+ "architectures": [
4
+ "LucaGPLMModel"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "classifier_dropout_prob": 0.0,
8
+ "embed_scale": 1.0,
9
+ "ffn_dim": 10240,
10
+ "hidden_dropout_prob": 0.0,
11
+ "hidden_size": 2560,
12
+ "ignore_index": -100,
13
+ "initializer_range": 0.02,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 3074,
16
+ "model_type": "lucagplm",
17
+ "no_position_embeddings": true,
18
+ "no_token_type_embeddings": false,
19
+ "num_attention_heads": 20,
20
+ "num_hidden_layers": 12,
21
+ "pad_token_id": 0,
22
+ "pooling_type": "avg",
23
+ "pooling_units": null,
24
+ "token_dropout": false,
25
+ "torch_dtype": "float32",
26
+ "transformers_version": "4.45.2",
27
+ "type_vocab_size": 2,
28
+ "use_embed_layer_norm": false,
29
+ "use_last_layer_norm": true,
30
+ "vocab_size": 39
31
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ceb05f4705c36edaefa6fc16cd7ac9f71975d8c5a694a5d92a192e5f87dc30d
3
+ size 3776937392
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "4": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": false,
45
+ "cls_token": "[CLS]",
46
+ "mask_token": "[MASK]",
47
+ "model_max_length": 1000000000000000019884624838656,
48
+ "pad_token": "[PAD]",
49
+ "sep_token": "[SEP]",
50
+ "tokenizer_class": "LucaGPLMTokenizer",
51
+ "unk_token": "[UNK]"
52
+ }
vocab.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "[PAD]": 0,
3
+ "[UNK]": 1,
4
+ "[CLS]": 2,
5
+ "[SEP]": 3,
6
+ "[MASK]": 4,
7
+ "1": 5,
8
+ "2": 6,
9
+ "3": 7,
10
+ "4": 8,
11
+ "5": 9,
12
+ "L": 10,
13
+ "A": 11,
14
+ "G": 12,
15
+ "V": 13,
16
+ "S": 14,
17
+ "E": 15,
18
+ "R": 16,
19
+ "T": 17,
20
+ "I": 18,
21
+ "D": 19,
22
+ "P": 20,
23
+ "K": 21,
24
+ "Q": 22,
25
+ "N": 23,
26
+ "F": 24,
27
+ "Y": 25,
28
+ "M": 26,
29
+ "H": 27,
30
+ "W": 28,
31
+ "C": 29,
32
+ "X": 30,
33
+ "B": 31,
34
+ "U": 32,
35
+ "Z": 33,
36
+ "O": 34,
37
+ "J": 35,
38
+ ".": 36,
39
+ "-": 37,
40
+ "*": 38
41
+ }