profoz/odsc-sawyer-sft
Browse files- README.md +4 -4
- adapter_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [bigscience/bloom-560m](https://huggingface.co/bigscience/bloom-560m) on an unknown dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
-
- Loss:
|
| 19 |
|
| 20 |
## Model description
|
| 21 |
|
|
@@ -38,8 +38,8 @@ The following hyperparameters were used during training:
|
|
| 38 |
- train_batch_size: 2
|
| 39 |
- eval_batch_size: 4
|
| 40 |
- seed: 42
|
| 41 |
-
- gradient_accumulation_steps:
|
| 42 |
-
- total_train_batch_size:
|
| 43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 44 |
- lr_scheduler_type: linear
|
| 45 |
- lr_scheduler_warmup_ratio: 0.2
|
|
@@ -49,7 +49,7 @@ The following hyperparameters were used during training:
|
|
| 49 |
|
| 50 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 51 |
|:-------------:|:-----:|:----:|:---------------:|
|
| 52 |
-
|
|
| 53 |
|
| 54 |
|
| 55 |
### Framework versions
|
|
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [bigscience/bloom-560m](https://huggingface.co/bigscience/bloom-560m) on an unknown dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
+
- Loss: 1.5514
|
| 19 |
|
| 20 |
## Model description
|
| 21 |
|
|
|
|
| 38 |
- train_batch_size: 2
|
| 39 |
- eval_batch_size: 4
|
| 40 |
- seed: 42
|
| 41 |
+
- gradient_accumulation_steps: 32
|
| 42 |
+
- total_train_batch_size: 64
|
| 43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 44 |
- lr_scheduler_type: linear
|
| 45 |
- lr_scheduler_warmup_ratio: 0.2
|
|
|
|
| 49 |
|
| 50 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 51 |
|:-------------:|:-----:|:----:|:---------------:|
|
| 52 |
+
| 1.5443 | 1.0 | 2770 | 1.5514 |
|
| 53 |
|
| 54 |
|
| 55 |
### Framework versions
|
adapter_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1049230477
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2f4ae338aae2a56783f3dc1a4d5c8a457aaf1fa05f49d9f91a80a6e4547bc5f
|
| 3 |
size 1049230477
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4536
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:73d6fd65e50a53be9db34ae3b92b179bbd67dd11abe12708d882540984f31b50
|
| 3 |
size 4536
|