lsmille commited on
Commit
ad2b85d
1 Parent(s): 6d865e0

lsmille/lora_evo_ta_all_layers_18_attention_layers

Browse files
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: lora_evo_ta_all_layers_18_attention_layers
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
+ # lora_evo_ta_all_layers_18_attention_layers
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
+ It achieves the following results on the evaluation set:
19
+ - Loss: 2.8474
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 0.0003
39
+ - train_batch_size: 1
40
+ - eval_batch_size: 1
41
+ - seed: 42
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: constant
44
+ - lr_scheduler_warmup_steps: 500
45
+ - num_epochs: 3
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss |
50
+ |:-------------:|:-----:|:----:|:---------------:|
51
+ | 3.0886 | 0.375 | 1200 | 3.0465 |
52
+ | 3.0274 | 0.75 | 2400 | 2.9992 |
53
+ | 2.9835 | 1.125 | 3600 | 2.9622 |
54
+ | 2.9334 | 1.5 | 4800 | 2.9397 |
55
+ | 2.8989 | 1.875 | 6000 | 2.9026 |
56
+ | 2.8609 | 2.25 | 7200 | 2.8744 |
57
+ | 2.8413 | 2.625 | 8400 | 2.8584 |
58
+ | 2.8341 | 3.0 | 9600 | 2.8474 |
59
+
60
+
61
+ ### Framework versions
62
+
63
+ - PEFT 0.11.1
64
+ - Transformers 4.41.2
65
+ - Pytorch 2.3.0+cu121
66
+ - Datasets 2.19.2
67
+ - Tokenizers 0.19.1
adapter_config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 64,
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": 64,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "backbone.blocks.24.inner_mha_cls.out_proj",
27
+ "backbone.blocks.8.inner_mha_cls.Wqkv",
28
+ "backbone.blocks.8.inner_mha_cls.out_proj",
29
+ "backbone.blocks.16.inner_mha_cls.Wqkv",
30
+ "backbone.blocks.16.inner_mha_cls.out_proj",
31
+ "backbone.blocks.24.inner_mha_cls.Wqkv"
32
+ ],
33
+ "task_type": null,
34
+ "use_dora": false,
35
+ "use_rslora": false
36
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3be030783b0237c32e93fcfa7c633c1a7a4d483cee688c8b1bfe782a4b2a22fe
3
+ size 9438912
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:f957111dd35477b19ad60ac8542a0bd6e3648c923cc952a3d999866f8e446c48
3
+ size 5048