lbruderer/rewrite-prompter
Browse files- README.md +12 -5
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [google/gemma-2b-it](https://huggingface.co/google/gemma-2b-it) on an unknown dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
-
- Loss:
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
@@ -44,16 +44,23 @@ The following hyperparameters were used during training:
|
|
| 44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 45 |
- lr_scheduler_type: linear
|
| 46 |
- lr_scheduler_warmup_steps: 10
|
| 47 |
-
- num_epochs:
|
| 48 |
- mixed_precision_training: Native AMP
|
| 49 |
|
| 50 |
### Training results
|
| 51 |
|
| 52 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 53 |
|:-------------:|:-----:|:----:|:---------------:|
|
| 54 |
-
| 2.
|
| 55 |
-
| 1.
|
| 56 |
-
| 1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 57 |
|
| 58 |
|
| 59 |
### Framework versions
|
|
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [google/gemma-2b-it](https://huggingface.co/google/gemma-2b-it) on an unknown dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
+
- Loss: 2.7601
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
|
|
| 44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 45 |
- lr_scheduler_type: linear
|
| 46 |
- lr_scheduler_warmup_steps: 10
|
| 47 |
+
- num_epochs: 10
|
| 48 |
- mixed_precision_training: Native AMP
|
| 49 |
|
| 50 |
### Training results
|
| 51 |
|
| 52 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 53 |
|:-------------:|:-----:|:----:|:---------------:|
|
| 54 |
+
| 2.7165 | 1.0 | 15 | 1.7252 |
|
| 55 |
+
| 1.4588 | 2.0 | 30 | 1.5242 |
|
| 56 |
+
| 1.0786 | 3.0 | 45 | 1.5330 |
|
| 57 |
+
| 0.7402 | 4.0 | 60 | 1.6618 |
|
| 58 |
+
| 0.457 | 5.0 | 75 | 1.8911 |
|
| 59 |
+
| 0.2542 | 6.0 | 90 | 2.1658 |
|
| 60 |
+
| 0.1315 | 7.0 | 105 | 2.4128 |
|
| 61 |
+
| 0.0753 | 8.0 | 120 | 2.5541 |
|
| 62 |
+
| 0.0532 | 9.0 | 135 | 2.6873 |
|
| 63 |
+
| 0.0406 | 10.0 | 150 | 2.7601 |
|
| 64 |
|
| 65 |
|
| 66 |
### Framework versions
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 19644664
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f5d19b887f6cb8e3012acfce78d8765a48f352bf67211c6772128585345facca
|
| 3 |
size 19644664
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4856
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2bd50c1a643a893be32ccc0b2e5d684b67e31da90730dc4ef4214b536241c1fa
|
| 3 |
size 4856
|