phi-lora-tuned-Ondolly
Browse files
README.md
CHANGED
@@ -6,6 +6,8 @@ tags:
|
|
6 |
- sft
|
7 |
- generated_from_trainer
|
8 |
base_model: google/gemma-2b
|
|
|
|
|
9 |
model-index:
|
10 |
- name: phi-lora-tuned-Ondolly
|
11 |
results: []
|
@@ -16,7 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# phi-lora-tuned-Ondolly
|
18 |
|
19 |
-
This model is a fine-tuned version of [google/gemma-2b](https://huggingface.co/google/gemma-2b) on
|
|
|
|
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -46,6 +50,17 @@ The following hyperparameters were used during training:
|
|
46 |
- lr_scheduler_warmup_ratio: 0.05
|
47 |
- training_steps: 593
|
48 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
### Framework versions
|
50 |
|
51 |
- PEFT 0.11.1
|
|
|
6 |
- sft
|
7 |
- generated_from_trainer
|
8 |
base_model: google/gemma-2b
|
9 |
+
datasets:
|
10 |
+
- generator
|
11 |
model-index:
|
12 |
- name: phi-lora-tuned-Ondolly
|
13 |
results: []
|
|
|
18 |
|
19 |
# phi-lora-tuned-Ondolly
|
20 |
|
21 |
+
This model is a fine-tuned version of [google/gemma-2b](https://huggingface.co/google/gemma-2b) on the generator dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 2.4224
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
50 |
- lr_scheduler_warmup_ratio: 0.05
|
51 |
- training_steps: 593
|
52 |
|
53 |
+
### Training results
|
54 |
+
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
56 |
+
|:-------------:|:------:|:----:|:---------------:|
|
57 |
+
| 2.9724 | 0.8197 | 100 | 2.8042 |
|
58 |
+
| 2.7286 | 1.6393 | 200 | 2.5881 |
|
59 |
+
| 2.5847 | 2.4590 | 300 | 2.4985 |
|
60 |
+
| 2.505 | 3.2787 | 400 | 2.4447 |
|
61 |
+
| 2.4737 | 4.0984 | 500 | 2.4224 |
|
62 |
+
|
63 |
+
|
64 |
### Framework versions
|
65 |
|
66 |
- PEFT 0.11.1
|