armansa1 commited on
Commit
2c7dcf4
·
verified ·
1 Parent(s): 863da54

Upload DELBERT classification model

Browse files
config.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "return_dict": true,
3
+ "output_hidden_states": false,
4
+ "torchscript": false,
5
+ "torch_dtype": null,
6
+ "pruned_heads": {},
7
+ "tie_word_embeddings": true,
8
+ "chunk_size_feed_forward": 0,
9
+ "is_encoder_decoder": false,
10
+ "is_decoder": false,
11
+ "cross_attention_hidden_size": null,
12
+ "add_cross_attention": false,
13
+ "tie_encoder_decoder": false,
14
+ "architectures": [
15
+ "DELBERTForSequenceClassification"
16
+ ],
17
+ "finetuning_task": null,
18
+ "id2label": {
19
+ "0": "LABEL_0",
20
+ "1": "LABEL_1"
21
+ },
22
+ "label2id": {
23
+ "LABEL_0": 0,
24
+ "LABEL_1": 1
25
+ },
26
+ "task_specific_params": null,
27
+ "problem_type": null,
28
+ "tokenizer_class": null,
29
+ "prefix": null,
30
+ "bos_token_id": 50281,
31
+ "pad_token_id": 0,
32
+ "eos_token_id": 50282,
33
+ "sep_token_id": 50282,
34
+ "decoder_start_token_id": null,
35
+ "max_length": 20,
36
+ "min_length": 0,
37
+ "do_sample": false,
38
+ "early_stopping": false,
39
+ "num_beams": 1,
40
+ "num_beam_groups": 1,
41
+ "diversity_penalty": 0.0,
42
+ "temperature": 1.0,
43
+ "top_k": 50,
44
+ "top_p": 1.0,
45
+ "typical_p": 1.0,
46
+ "repetition_penalty": 1.0,
47
+ "length_penalty": 1.0,
48
+ "no_repeat_ngram_size": 0,
49
+ "encoder_no_repeat_ngram_size": 0,
50
+ "bad_words_ids": null,
51
+ "num_return_sequences": 1,
52
+ "output_scores": false,
53
+ "return_dict_in_generate": false,
54
+ "forced_bos_token_id": null,
55
+ "forced_eos_token_id": null,
56
+ "remove_invalid_values": false,
57
+ "exponential_decay_length_penalty": null,
58
+ "suppress_tokens": null,
59
+ "begin_suppress_tokens": null,
60
+ "_name_or_path": "",
61
+ "transformers_version": "4.54.0",
62
+ "cls_token_id": 50281,
63
+ "hidden_dropout_prob": 0.1,
64
+ "attention_probs_dropout_prob": 0.1,
65
+ "tf_legacy_loss": false,
66
+ "use_bfloat16": false,
67
+ "model_type": "delbert",
68
+ "vocab_size": 14927,
69
+ "max_position_embeddings": 1024,
70
+ "hidden_size": 640,
71
+ "intermediate_size": 1152,
72
+ "num_hidden_layers": 16,
73
+ "num_attention_heads": 16,
74
+ "initializer_range": 0.02,
75
+ "initializer_cutoff_factor": 2.0,
76
+ "norm_eps": 1e-05,
77
+ "norm_bias": false,
78
+ "global_rope_theta": 160000.0,
79
+ "attention_bias": false,
80
+ "attention_dropout": 0.0,
81
+ "hidden_activation": "gelu",
82
+ "global_attn_every_n_layers": 3,
83
+ "local_attention": 128,
84
+ "local_rope_theta": 10000.0,
85
+ "embedding_dropout": 0.0,
86
+ "mlp_bias": false,
87
+ "mlp_dropout": 0.0,
88
+ "decoder_bias": true,
89
+ "classifier_pooling": "mean",
90
+ "classifier_dropout": 0.1,
91
+ "classifier_bias": false,
92
+ "classifier_activation": "gelu",
93
+ "deterministic_flash_attn": false,
94
+ "sparse_prediction": false,
95
+ "sparse_pred_ignore_index": -100,
96
+ "repad_logits_with_grad": false,
97
+ "use_segment_attention": false,
98
+ "segment_position_encoding": "absolute",
99
+ "use_segment_embeddings": false,
100
+ "num_segment_types": 8,
101
+ "output_attentions": false,
102
+ "num_labels": 2,
103
+ "lora_merged": true
104
+ }
deploy_metadata.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "source_checkpoint": "deploy/outputs/LRRK2_deploy_2026-04-05_01-43-27/checkpoints/deploy-epoch=08-val_pr_auc=0.7898.ckpt",
3
+ "lora_merged": true,
4
+ "num_parameters": 71179522,
5
+ "model_class": "DELBERTForSequenceClassification",
6
+ "config_class": "DELBERTConfig"
7
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a35e46f829c0a9435b74f66ff640043173128b4c68a75f0a6032c231f861c9e3
3
+ size 284728472
special_tokens_map.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": {
3
+ "content": "<cls>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "<mask>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<pad>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "<sep>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "<unk>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "14922": {
4
+ "content": "<unk>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "14923": {
12
+ "content": "<pad>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "14924": {
20
+ "content": "<mask>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "14925": {
28
+ "content": "<cls>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "14926": {
36
+ "content": "<sep>",
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
+ "extra_special_tokens": {},
47
+ "fingerprint_nbits": 2048,
48
+ "fingerprint_types": [
49
+ "ECFP4",
50
+ "FCFP6",
51
+ "ATOMPAIR",
52
+ "TOPTOR"
53
+ ],
54
+ "mask_token": "<mask>",
55
+ "model_max_length": 1000000000000000019884624838656,
56
+ "pad_token": "<pad>",
57
+ "sep_token": "<sep>",
58
+ "token_format": "binary",
59
+ "tokenizer_class": "MolecularTokenizer",
60
+ "unk_token": "<unk>"
61
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff