afrideva commited on
Commit
923ff1d
1 Parent(s): e2391ab

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +125 -0
README.md ADDED
@@ -0,0 +1,125 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: s3nh/phi-2_dolly_instruction_polish
3
+ inference: false
4
+ library_name: peft
5
+ license: other
6
+ model-index:
7
+ - name: phi-2-sft-out
8
+ results: []
9
+ model_creator: s3nh
10
+ model_name: phi-2_dolly_instruction_polish
11
+ pipeline_tag: text-generation
12
+ quantized_by: afrideva
13
+ tags:
14
+ - generated_from_trainer
15
+ - gguf
16
+ - ggml
17
+ - quantized
18
+ - q2_k
19
+ - q3_k_m
20
+ - q4_k_m
21
+ - q5_k_m
22
+ - q6_k
23
+ - q8_0
24
+ ---
25
+ # s3nh/phi-2_dolly_instruction_polish-GGUF
26
+
27
+ Quantized GGUF model files for [phi-2_dolly_instruction_polish](https://huggingface.co/s3nh/phi-2_dolly_instruction_polish) from [s3nh](https://huggingface.co/s3nh)
28
+
29
+
30
+ | Name | Quant method | Size |
31
+ | ---- | ---- | ---- |
32
+ | [phi-2_dolly_instruction_polish.fp16.gguf](https://huggingface.co/afrideva/phi-2_dolly_instruction_polish-GGUF/resolve/main/phi-2_dolly_instruction_polish.fp16.gguf) | fp16 | 5.56 GB |
33
+ | [phi-2_dolly_instruction_polish.q2_k.gguf](https://huggingface.co/afrideva/phi-2_dolly_instruction_polish-GGUF/resolve/main/phi-2_dolly_instruction_polish.q2_k.gguf) | q2_k | 1.17 GB |
34
+ | [phi-2_dolly_instruction_polish.q3_k_m.gguf](https://huggingface.co/afrideva/phi-2_dolly_instruction_polish-GGUF/resolve/main/phi-2_dolly_instruction_polish.q3_k_m.gguf) | q3_k_m | 1.48 GB |
35
+ | [phi-2_dolly_instruction_polish.q4_k_m.gguf](https://huggingface.co/afrideva/phi-2_dolly_instruction_polish-GGUF/resolve/main/phi-2_dolly_instruction_polish.q4_k_m.gguf) | q4_k_m | 1.79 GB |
36
+ | [phi-2_dolly_instruction_polish.q5_k_m.gguf](https://huggingface.co/afrideva/phi-2_dolly_instruction_polish-GGUF/resolve/main/phi-2_dolly_instruction_polish.q5_k_m.gguf) | q5_k_m | 2.07 GB |
37
+ | [phi-2_dolly_instruction_polish.q6_k.gguf](https://huggingface.co/afrideva/phi-2_dolly_instruction_polish-GGUF/resolve/main/phi-2_dolly_instruction_polish.q6_k.gguf) | q6_k | 2.29 GB |
38
+ | [phi-2_dolly_instruction_polish.q8_0.gguf](https://huggingface.co/afrideva/phi-2_dolly_instruction_polish-GGUF/resolve/main/phi-2_dolly_instruction_polish.q8_0.gguf) | q8_0 | 2.96 GB |
39
+
40
+
41
+
42
+ ## Original Model Card:
43
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
44
+ should probably proofread and complete it, then remove this comment. -->
45
+
46
+ [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
47
+ # phi-2-sft-out
48
+
49
+ This model is a fine-tuned version of [microsoft/phi-2](https://huggingface.co/microsoft/phi-2) on the None dataset.
50
+ It achieves the following results on the evaluation set:
51
+ - Loss: 1.2813
52
+
53
+ ## Model description
54
+
55
+ More information needed
56
+
57
+ ## Intended uses & limitations
58
+
59
+ More information needed
60
+
61
+ ## Training and evaluation data
62
+
63
+ More information needed
64
+
65
+ ## Training procedure
66
+
67
+ ### Training hyperparameters
68
+
69
+ The following hyperparameters were used during training:
70
+ - learning_rate: 3e-06
71
+ - train_batch_size: 1
72
+ - eval_batch_size: 1
73
+ - seed: 42
74
+ - optimizer: Adam with betas=(0.9,0.95) and epsilon=1e-05
75
+ - lr_scheduler_type: cosine
76
+ - lr_scheduler_warmup_steps: 10
77
+ - num_epochs: 4
78
+
79
+ ### Training results
80
+
81
+ | Training Loss | Epoch | Step | Validation Loss |
82
+ |:-------------:|:-----:|:-----:|:---------------:|
83
+ | No log | 0.0 | 1 | 1.7973 |
84
+ | 1.9767 | 0.25 | 5290 | 1.4832 |
85
+ | 1.8474 | 0.5 | 10580 | 1.4356 |
86
+ | 1.8121 | 0.75 | 15870 | 1.4022 |
87
+ | 1.8333 | 1.0 | 21160 | 1.3678 |
88
+ | 1.6601 | 1.25 | 26450 | 1.3508 |
89
+ | 1.5452 | 1.5 | 31740 | 1.3357 |
90
+ | 1.7381 | 1.75 | 37030 | 1.3191 |
91
+ | 1.6256 | 2.0 | 42320 | 1.3090 |
92
+ | 1.5521 | 2.25 | 47610 | 1.2961 |
93
+ | 1.8318 | 2.5 | 52900 | 1.2910 |
94
+ | 1.6761 | 2.75 | 58190 | 1.2901 |
95
+ | 1.6312 | 3.0 | 63480 | 1.2879 |
96
+ | 1.7003 | 3.25 | 68770 | 1.2820 |
97
+ | 1.6915 | 3.5 | 74060 | 1.2814 |
98
+ | 1.5757 | 3.75 | 79350 | 1.2813 |
99
+
100
+
101
+ ### Framework versions
102
+
103
+ - Transformers 4.37.0.dev0
104
+ - Pytorch 2.1.2+cu121
105
+ - Datasets 2.16.0
106
+ - Tokenizers 0.15.0
107
+ ## Training procedure
108
+
109
+
110
+ The following `bitsandbytes` quantization config was used during training:
111
+ - quant_method: bitsandbytes
112
+ - load_in_8bit: False
113
+ - load_in_4bit: True
114
+ - llm_int8_threshold: 6.0
115
+ - llm_int8_skip_modules: None
116
+ - llm_int8_enable_fp32_cpu_offload: False
117
+ - llm_int8_has_fp16_weight: False
118
+ - bnb_4bit_quant_type: nf4
119
+ - bnb_4bit_use_double_quant: True
120
+ - bnb_4bit_compute_dtype: bfloat16
121
+
122
+ ### Framework versions
123
+
124
+
125
+ - PEFT 0.6.0