End of training
Browse files
README.md
ADDED
|
@@ -0,0 +1,126 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
library_name: peft
|
| 4 |
+
tags:
|
| 5 |
+
- trl
|
| 6 |
+
- sft
|
| 7 |
+
- generated_from_trainer
|
| 8 |
+
base_model: petals-team/falcon-rw-1b
|
| 9 |
+
model-index:
|
| 10 |
+
- name: GenAI-task2-ModelD-DS
|
| 11 |
+
results: []
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 15 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 16 |
+
|
| 17 |
+
# GenAI-task2-ModelD-DS
|
| 18 |
+
|
| 19 |
+
This model is a fine-tuned version of [petals-team/falcon-rw-1b](https://huggingface.co/petals-team/falcon-rw-1b) on an unknown dataset.
|
| 20 |
+
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 0.6983
|
| 22 |
+
|
| 23 |
+
## Model description
|
| 24 |
+
|
| 25 |
+
More information needed
|
| 26 |
+
|
| 27 |
+
## Intended uses & limitations
|
| 28 |
+
|
| 29 |
+
More information needed
|
| 30 |
+
|
| 31 |
+
## Training and evaluation data
|
| 32 |
+
|
| 33 |
+
More information needed
|
| 34 |
+
|
| 35 |
+
## Training procedure
|
| 36 |
+
|
| 37 |
+
### Training hyperparameters
|
| 38 |
+
|
| 39 |
+
The following hyperparameters were used during training:
|
| 40 |
+
- learning_rate: 2e-05
|
| 41 |
+
- train_batch_size: 2
|
| 42 |
+
- eval_batch_size: 8
|
| 43 |
+
- seed: 42
|
| 44 |
+
- gradient_accumulation_steps: 2
|
| 45 |
+
- total_train_batch_size: 4
|
| 46 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 47 |
+
- lr_scheduler_type: cosine
|
| 48 |
+
- lr_scheduler_warmup_ratio: 0.01
|
| 49 |
+
- num_epochs: 2
|
| 50 |
+
|
| 51 |
+
### Training results
|
| 52 |
+
|
| 53 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
| 54 |
+
|:-------------:|:------:|:----:|:---------------:|
|
| 55 |
+
| 1.5185 | 0.0316 | 20 | 1.4331 |
|
| 56 |
+
| 2.0381 | 0.0631 | 40 | 1.4158 |
|
| 57 |
+
| 2.0446 | 0.0947 | 60 | 1.3606 |
|
| 58 |
+
| 1.5993 | 0.1263 | 80 | 1.2881 |
|
| 59 |
+
| 1.7903 | 0.1579 | 100 | 1.2838 |
|
| 60 |
+
| 1.2226 | 0.1894 | 120 | 1.1627 |
|
| 61 |
+
| 1.4407 | 0.2210 | 140 | 1.1587 |
|
| 62 |
+
| 1.5104 | 0.2526 | 160 | 1.1219 |
|
| 63 |
+
| 1.1543 | 0.2841 | 180 | 1.0469 |
|
| 64 |
+
| 1.5322 | 0.3157 | 200 | 1.0498 |
|
| 65 |
+
| 1.0461 | 0.3473 | 220 | 0.9775 |
|
| 66 |
+
| 1.2949 | 0.3788 | 240 | 0.9830 |
|
| 67 |
+
| 1.3357 | 0.4104 | 260 | 0.9445 |
|
| 68 |
+
| 1.0266 | 0.4420 | 280 | 0.9118 |
|
| 69 |
+
| 1.3746 | 0.4736 | 300 | 0.9135 |
|
| 70 |
+
| 0.9231 | 0.5051 | 320 | 0.8550 |
|
| 71 |
+
| 1.21 | 0.5367 | 340 | 0.8641 |
|
| 72 |
+
| 1.3771 | 0.5683 | 360 | 0.8333 |
|
| 73 |
+
| 0.885 | 0.5998 | 380 | 0.8256 |
|
| 74 |
+
| 1.3633 | 0.6314 | 400 | 0.8445 |
|
| 75 |
+
| 0.8467 | 0.6630 | 420 | 0.7880 |
|
| 76 |
+
| 1.1924 | 0.6946 | 440 | 0.8053 |
|
| 77 |
+
| 1.152 | 0.7261 | 460 | 0.7812 |
|
| 78 |
+
| 0.8539 | 0.7577 | 480 | 0.7842 |
|
| 79 |
+
| 1.1079 | 0.7893 | 500 | 0.7932 |
|
| 80 |
+
| 0.7215 | 0.8208 | 520 | 0.7558 |
|
| 81 |
+
| 0.993 | 0.8524 | 540 | 0.7734 |
|
| 82 |
+
| 1.0678 | 0.8840 | 560 | 0.7496 |
|
| 83 |
+
| 0.8093 | 0.9155 | 580 | 0.7520 |
|
| 84 |
+
| 1.185 | 0.9471 | 600 | 0.7628 |
|
| 85 |
+
| 0.7553 | 0.9787 | 620 | 0.7391 |
|
| 86 |
+
| 1.0549 | 1.0103 | 640 | 0.7356 |
|
| 87 |
+
| 0.7007 | 1.0418 | 660 | 0.7312 |
|
| 88 |
+
| 1.1089 | 1.0734 | 680 | 0.7379 |
|
| 89 |
+
| 0.7699 | 1.1050 | 700 | 0.7222 |
|
| 90 |
+
| 0.808 | 1.1365 | 720 | 0.7227 |
|
| 91 |
+
| 0.995 | 1.1681 | 740 | 0.7198 |
|
| 92 |
+
| 0.684 | 1.1997 | 760 | 0.7142 |
|
| 93 |
+
| 0.9129 | 1.2313 | 780 | 0.7163 |
|
| 94 |
+
| 0.7775 | 1.2628 | 800 | 0.7110 |
|
| 95 |
+
| 0.8643 | 1.2944 | 820 | 0.7135 |
|
| 96 |
+
| 0.9359 | 1.3260 | 840 | 0.7096 |
|
| 97 |
+
| 0.728 | 1.3575 | 860 | 0.7108 |
|
| 98 |
+
| 0.9421 | 1.3891 | 880 | 0.7130 |
|
| 99 |
+
| 0.7606 | 1.4207 | 900 | 0.7042 |
|
| 100 |
+
| 0.9158 | 1.4522 | 920 | 0.7077 |
|
| 101 |
+
| 0.9677 | 1.4838 | 940 | 0.7045 |
|
| 102 |
+
| 0.6616 | 1.5154 | 960 | 0.7023 |
|
| 103 |
+
| 0.9689 | 1.5470 | 980 | 0.7024 |
|
| 104 |
+
| 0.8237 | 1.5785 | 1000 | 0.7010 |
|
| 105 |
+
| 0.8537 | 1.6101 | 1020 | 0.7034 |
|
| 106 |
+
| 1.0436 | 1.6417 | 1040 | 0.7014 |
|
| 107 |
+
| 0.6457 | 1.6732 | 1060 | 0.6999 |
|
| 108 |
+
| 0.8927 | 1.7048 | 1080 | 0.7000 |
|
| 109 |
+
| 0.7719 | 1.7364 | 1100 | 0.6991 |
|
| 110 |
+
| 0.7837 | 1.7680 | 1120 | 0.6989 |
|
| 111 |
+
| 1.0018 | 1.7995 | 1140 | 0.6988 |
|
| 112 |
+
| 0.6091 | 1.8311 | 1160 | 0.6984 |
|
| 113 |
+
| 0.9807 | 1.8627 | 1180 | 0.6984 |
|
| 114 |
+
| 0.8018 | 1.8942 | 1200 | 0.6983 |
|
| 115 |
+
| 0.7864 | 1.9258 | 1220 | 0.6983 |
|
| 116 |
+
| 0.8791 | 1.9574 | 1240 | 0.6983 |
|
| 117 |
+
| 0.8781 | 1.9890 | 1260 | 0.6983 |
|
| 118 |
+
|
| 119 |
+
|
| 120 |
+
### Framework versions
|
| 121 |
+
|
| 122 |
+
- PEFT 0.10.0
|
| 123 |
+
- Transformers 4.40.0
|
| 124 |
+
- Pytorch 2.2.1+cu121
|
| 125 |
+
- Datasets 2.19.0
|
| 126 |
+
- Tokenizers 0.19.1
|
runs/Apr28_15-59-35_ffe131a48101/events.out.tfevents.1714320000.ffe131a48101.150.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:677a35628a227b463e2e1ea2c897fefe48444ab02c16f8f9c1a3945b467c6f24
|
| 3 |
+
size 36546
|