lsmille commited on
Commit
28b8100
·
verified ·
1 Parent(s): 2484a56

lsmille/evo-8k-Toxin-Antitoxin-finetune

Browse files
README.md ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ base_model: togethercomputer/evo-1-8k-base
7
+ model-index:
8
+ - name: evo-ta
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # evo-ta
16
+
17
+ This model is a fine-tuned version of [togethercomputer/evo-1-8k-base](https://huggingface.co/togethercomputer/evo-1-8k-base) on the None dataset.
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 0.0003
37
+ - train_batch_size: 1
38
+ - eval_batch_size: 1
39
+ - seed: 42
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: linear
42
+ - num_epochs: 3
43
+
44
+ ### Training results
45
+
46
+
47
+
48
+ ### Framework versions
49
+
50
+ - PEFT 0.11.1
51
+ - Transformers 4.41.1
52
+ - Pytorch 2.3.0+cu121
53
+ - Datasets 2.19.1
54
+ - Tokenizers 0.19.1
adapter_config.json ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": {
4
+ "base_model_class": "StripedHyenaModelForCausalLM",
5
+ "parent_library": "transformers_modules.togethercomputer.evo-1-131k-base.567369e9825aa08b3de4b122fca34fac6a890602.modeling_hyena"
6
+ },
7
+ "base_model_name_or_path": "togethercomputer/evo-1-8k-base",
8
+ "bias": "none",
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": "gaussian",
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 512,
17
+ "lora_dropout": 0.1,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 16,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "backbone.blocks.18.mlp.l1",
27
+ "backbone.blocks.23.mlp.l1",
28
+ "backbone.blocks.16.mlp.l2",
29
+ "backbone.blocks.16.inner_mha_cls.Wqkv",
30
+ "backbone.blocks.13.mlp.l2",
31
+ "backbone.blocks.21.out_filter_dense",
32
+ "backbone.blocks.14.mlp.l2",
33
+ "backbone.blocks.13.out_filter_dense",
34
+ "backbone.blocks.8.mlp.l1",
35
+ "backbone.blocks.10.mlp.l2",
36
+ "backbone.blocks.14.out_filter_dense",
37
+ "backbone.blocks.12.mlp.l3",
38
+ "backbone.blocks.23.out_filter_dense",
39
+ "backbone.blocks.15.projections",
40
+ "backbone.blocks.22.out_filter_dense",
41
+ "backbone.blocks.9.out_filter_dense",
42
+ "backbone.blocks.10.projections",
43
+ "backbone.blocks.22.projections",
44
+ "backbone.blocks.20.mlp.l1",
45
+ "backbone.blocks.20.projections",
46
+ "backbone.blocks.17.mlp.l3",
47
+ "backbone.blocks.14.projections",
48
+ "backbone.blocks.16.mlp.l3",
49
+ "backbone.blocks.18.mlp.l2",
50
+ "backbone.blocks.14.mlp.l1",
51
+ "backbone.blocks.13.mlp.l3",
52
+ "backbone.blocks.22.mlp.l1",
53
+ "backbone.blocks.16.mlp.l1",
54
+ "backbone.blocks.19.mlp.l1",
55
+ "backbone.blocks.13.mlp.l1",
56
+ "backbone.blocks.11.mlp.l1",
57
+ "backbone.blocks.12.out_filter_dense",
58
+ "backbone.blocks.15.mlp.l2",
59
+ "backbone.blocks.20.mlp.l2",
60
+ "backbone.blocks.18.out_filter_dense",
61
+ "backbone.blocks.17.mlp.l1",
62
+ "backbone.blocks.10.out_filter_dense",
63
+ "backbone.blocks.23.mlp.l2",
64
+ "backbone.blocks.9.mlp.l3",
65
+ "backbone.blocks.12.projections",
66
+ "backbone.blocks.18.projections",
67
+ "backbone.blocks.21.mlp.l1",
68
+ "backbone.blocks.23.mlp.l3",
69
+ "backbone.blocks.20.out_filter_dense",
70
+ "backbone.blocks.14.mlp.l3",
71
+ "backbone.blocks.18.mlp.l3",
72
+ "backbone.blocks.17.mlp.l2",
73
+ "backbone.blocks.15.mlp.l3",
74
+ "backbone.blocks.19.out_filter_dense",
75
+ "backbone.blocks.12.mlp.l1",
76
+ "backbone.blocks.20.mlp.l3",
77
+ "backbone.blocks.23.projections",
78
+ "backbone.blocks.22.mlp.l3",
79
+ "backbone.blocks.11.projections",
80
+ "backbone.blocks.9.projections",
81
+ "backbone.blocks.8.mlp.l2",
82
+ "backbone.blocks.19.projections",
83
+ "backbone.blocks.15.out_filter_dense",
84
+ "backbone.blocks.11.mlp.l3",
85
+ "backbone.blocks.13.projections",
86
+ "backbone.blocks.15.mlp.l1",
87
+ "backbone.blocks.12.mlp.l2",
88
+ "backbone.blocks.17.out_filter_dense",
89
+ "backbone.blocks.21.mlp.l2",
90
+ "backbone.blocks.21.mlp.l3",
91
+ "backbone.blocks.10.mlp.l1",
92
+ "backbone.blocks.10.mlp.l3",
93
+ "backbone.blocks.16.inner_mha_cls.out_proj",
94
+ "backbone.blocks.17.projections",
95
+ "backbone.blocks.8.inner_mha_cls.Wqkv",
96
+ "backbone.blocks.19.mlp.l3",
97
+ "backbone.blocks.8.mlp.l3",
98
+ "backbone.blocks.19.mlp.l2",
99
+ "backbone.blocks.9.mlp.l2",
100
+ "backbone.blocks.9.mlp.l1",
101
+ "backbone.blocks.21.projections",
102
+ "backbone.blocks.11.out_filter_dense",
103
+ "backbone.blocks.22.mlp.l2",
104
+ "backbone.blocks.8.inner_mha_cls.out_proj",
105
+ "backbone.blocks.11.mlp.l2"
106
+ ],
107
+ "task_type": null,
108
+ "use_dora": false,
109
+ "use_rslora": false
110
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfba560d8a066cf1cb7ee4f9210ae8871faecbda556ccbfe2db47387aabfaeb9
3
+ size 35680936
special_tokens_map.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "eos_token": {
3
+ "content": " ",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "pad_token": " "
10
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_commit_hash": "cb2b3eb17365b1c22deab9114aec7afb2746c9f1",
3
+ "_from_auto": true,
4
+ "added_tokens_decoder": {
5
+ "32": {
6
+ "content": " ",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ }
13
+ },
14
+ "byte_level": true,
15
+ "clean_up_tokenization_spaces": true,
16
+ "eos_token": " ",
17
+ "model_max_length": 1000000000000000019884624838656,
18
+ "pad_token": " ",
19
+ "tokenizer_class": "ByteTokenizer",
20
+ "trust_remote_code": true
21
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6754e5e6b1ce9c2386192dea299da2ff5e8c811c3ead5c2b769f2bfd5b2ea7e0
3
+ size 5048