End of training
Browse files
README.md
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
license: apache-2.0
|
3 |
library_name: peft
|
4 |
tags:
|
|
|
|
|
5 |
- generated_from_trainer
|
6 |
base_model: TheBloke/typhoon-7B-GPTQ
|
7 |
model-index:
|
@@ -14,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# typhoon-7b-chat-pobpad
|
16 |
|
17 |
-
This model is a fine-tuned version of [TheBloke/typhoon-7B-GPTQ](https://huggingface.co/TheBloke/typhoon-7B-GPTQ) on
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -41,6 +43,10 @@ The following hyperparameters were used during training:
|
|
41 |
- lr_scheduler_type: cosine
|
42 |
- training_steps: 300
|
43 |
|
|
|
|
|
|
|
|
|
44 |
### Framework versions
|
45 |
|
46 |
- PEFT 0.7.1
|
|
|
2 |
license: apache-2.0
|
3 |
library_name: peft
|
4 |
tags:
|
5 |
+
- trl
|
6 |
+
- sft
|
7 |
- generated_from_trainer
|
8 |
base_model: TheBloke/typhoon-7B-GPTQ
|
9 |
model-index:
|
|
|
16 |
|
17 |
# typhoon-7b-chat-pobpad
|
18 |
|
19 |
+
This model is a fine-tuned version of [TheBloke/typhoon-7B-GPTQ](https://huggingface.co/TheBloke/typhoon-7B-GPTQ) on the None dataset.
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
43 |
- lr_scheduler_type: cosine
|
44 |
- training_steps: 300
|
45 |
|
46 |
+
### Training results
|
47 |
+
|
48 |
+
|
49 |
+
|
50 |
### Framework versions
|
51 |
|
52 |
- PEFT 0.7.1
|