q1e123 commited on
Commit
373bdbb
1 Parent(s): 661fb52

Model save

Browse files
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ base_model: distilgpt2
7
+ model-index:
8
+ - name: peft-starcoder-lora-a100
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
+ # peft-starcoder-lora-a100
16
+
17
+ This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on an unknown 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.0005
37
+ - train_batch_size: 16
38
+ - eval_batch_size: 16
39
+ - seed: 42
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: cosine
42
+ - lr_scheduler_warmup_steps: 2
43
+ - training_steps: 5
44
+
45
+ ### Training results
46
+
47
+
48
+
49
+ ### Framework versions
50
+
51
+ - PEFT 0.11.1
52
+ - Transformers 4.41.0
53
+ - Pytorch 2.3.0+cu121
54
+ - Datasets 2.19.1
55
+ - Tokenizers 0.19.1
adapter_config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "distilgpt2",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 32,
14
+ "lora_dropout": 0.0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "transformer.h.0.mlp.c_proj",
24
+ "transformer.h.1.mlp.c_proj",
25
+ "transformer.h.3.attn.c_attn",
26
+ "transformer.h.2.mlp.c_proj",
27
+ "transformer.h.1.attn.c_proj",
28
+ "transformer.h.2.attn.c_attn",
29
+ "transformer.h.0.mlp.c_fc",
30
+ "transformer.h.0.attn.c_attn",
31
+ "transformer.h.4.mlp.c_proj",
32
+ "transformer.h.2.attn.c_proj",
33
+ "transformer.h.5.attn.c_proj",
34
+ "transformer.h.2.mlp.c_fc",
35
+ "transformer.h.3.mlp.c_proj",
36
+ "transformer.h.1.attn.c_attn",
37
+ "transformer.h.5.mlp.c_proj",
38
+ "transformer.h.4.mlp.c_fc",
39
+ "transformer.h.1.mlp.c_fc",
40
+ "transformer.h.0.attn.c_proj",
41
+ "transformer.h.4.attn.c_proj",
42
+ "transformer.h.5.mlp.c_fc",
43
+ "transformer.h.5.attn.c_attn",
44
+ "transformer.h.3.attn.c_proj",
45
+ "transformer.h.4.attn.c_attn",
46
+ "transformer.h.3.mlp.c_fc"
47
+ ],
48
+ "task_type": "CAUSAL_LM",
49
+ "use_dora": false,
50
+ "use_rslora": false
51
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e54782bd3ba7a97f94d39e385fea3852286099c815f293ea8e5aa16659f9588
3
+ size 2365304
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d86e4f45ff0d315ce5d6c08b42072afbee72659eda7398adfd3f85882cc24860
3
+ size 5112