KarthiAru commited on
Commit
ba8877c
1 Parent(s): 88f44f3

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -13
README.md CHANGED
@@ -1,20 +1,79 @@
1
  ---
2
- library_name: peft
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  ## Training procedure
5
 
 
6
 
7
- The following `bitsandbytes` quantization config was used during training:
8
- - load_in_8bit: False
9
- - load_in_4bit: True
10
- - llm_int8_threshold: 6.0
11
- - llm_int8_skip_modules: None
12
- - llm_int8_enable_fp32_cpu_offload: False
13
- - llm_int8_has_fp16_weight: False
14
- - bnb_4bit_quant_type: nf4
15
- - bnb_4bit_use_double_quant: True
16
- - bnb_4bit_compute_dtype: bfloat16
17
- ### Framework versions
 
 
18
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
 
20
- - PEFT 0.4.0
 
 
 
 
1
  ---
2
+ license: bigcode-openrail-m
3
+ base_model: bigcode/starcoder
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: peft-lora-starcoder-personal-copilot-A100-40GB-colab
8
+ results: []
9
  ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # peft-lora-starcoder-personal-copilot-A100-40GB-colab
15
+
16
+ This model is a fine-tuned version of [bigcode/starcoder](https://huggingface.co/bigcode/starcoder) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.3627
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
  ## Training procedure
33
 
34
+ ### Training hyperparameters
35
 
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 0.0002
38
+ - train_batch_size: 8
39
+ - eval_batch_size: 8
40
+ - seed: 42
41
+ - gradient_accumulation_steps: 2
42
+ - total_train_batch_size: 16
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: constant
45
+ - lr_scheduler_warmup_steps: 30
46
+ - training_steps: 2000
47
+
48
+ ### Training results
49
 
50
+ | Training Loss | Epoch | Step | Validation Loss |
51
+ |:-------------:|:-----:|:----:|:---------------:|
52
+ | 0.66 | 0.05 | 100 | 0.5844 |
53
+ | 0.6223 | 0.1 | 200 | 0.5280 |
54
+ | 0.6601 | 0.15 | 300 | 0.4819 |
55
+ | 0.5526 | 0.2 | 400 | 0.4617 |
56
+ | 0.485 | 0.25 | 500 | 0.4593 |
57
+ | 0.5239 | 0.3 | 600 | 0.4492 |
58
+ | 0.489 | 0.35 | 700 | 0.4371 |
59
+ | 0.5582 | 0.4 | 800 | 0.4362 |
60
+ | 0.4688 | 0.45 | 900 | 0.4314 |
61
+ | 0.5415 | 0.5 | 1000 | 0.4227 |
62
+ | 0.5152 | 0.55 | 1100 | 0.4121 |
63
+ | 0.5243 | 0.6 | 1200 | 0.3967 |
64
+ | 0.414 | 0.65 | 1300 | 0.3954 |
65
+ | 0.557 | 0.7 | 1400 | 0.3926 |
66
+ | 0.4144 | 0.75 | 1500 | 0.3911 |
67
+ | 0.7935 | 0.8 | 1600 | 0.3896 |
68
+ | 0.4129 | 0.85 | 1700 | 0.3866 |
69
+ | 0.4549 | 0.9 | 1800 | 0.3877 |
70
+ | 0.3903 | 0.95 | 1900 | 0.3781 |
71
+ | 0.4945 | 1.0 | 2000 | 0.3627 |
72
+
73
+
74
+ ### Framework versions
75
 
76
+ - Transformers 4.31.0
77
+ - Pytorch 2.0.1+cu118
78
+ - Datasets 2.14.4
79
+ - Tokenizers 0.13.3