End of training
Browse files
README.md
CHANGED
|
@@ -14,24 +14,9 @@ model-index:
|
|
| 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 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/algo-llm/huggingface/runs/g44k7xr4)
|
| 18 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/algo-llm/huggingface/runs/g44k7xr4)
|
| 19 |
# orpo-phi3
|
| 20 |
|
| 21 |
This model is a fine-tuned version of [microsoft/Phi-3-mini-4k-instruct](https://huggingface.co/microsoft/Phi-3-mini-4k-instruct) on the None dataset.
|
| 22 |
-
It achieves the following results on the evaluation set:
|
| 23 |
-
- Loss: 4.1677
|
| 24 |
-
- Rewards/chosen: -0.4133
|
| 25 |
-
- Rewards/rejected: -0.4133
|
| 26 |
-
- Rewards/accuracies: 0.0
|
| 27 |
-
- Rewards/margins: 0.0
|
| 28 |
-
- Logps/rejected: -4.1330
|
| 29 |
-
- Logps/chosen: -4.1330
|
| 30 |
-
- Logits/rejected: 24.1632
|
| 31 |
-
- Logits/chosen: 24.1632
|
| 32 |
-
- Nll Loss: 4.0984
|
| 33 |
-
- Log Odds Ratio: -0.6931
|
| 34 |
-
- Log Odds Chosen: 0.0
|
| 35 |
|
| 36 |
## Model description
|
| 37 |
|
|
@@ -51,10 +36,10 @@ More information needed
|
|
| 51 |
|
| 52 |
The following hyperparameters were used during training:
|
| 53 |
- learning_rate: 8e-06
|
| 54 |
-
- train_batch_size:
|
| 55 |
-
- eval_batch_size:
|
| 56 |
- seed: 42
|
| 57 |
-
- gradient_accumulation_steps:
|
| 58 |
- total_train_batch_size: 16
|
| 59 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 60 |
- lr_scheduler_type: linear
|
|
@@ -63,15 +48,12 @@ The following hyperparameters were used during training:
|
|
| 63 |
|
| 64 |
### Training results
|
| 65 |
|
| 66 |
-
| Training Loss | Epoch | Step | Validation Loss | Rewards/chosen | Rewards/rejected | Rewards/accuracies | Rewards/margins | Logps/rejected | Logps/chosen | Logits/rejected | Logits/chosen | Nll Loss | Log Odds Ratio | Log Odds Chosen |
|
| 67 |
-
|:-------------:|:-----:|:----:|:---------------:|:--------------:|:----------------:|:------------------:|:---------------:|:--------------:|:------------:|:---------------:|:-------------:|:--------:|:--------------:|:---------------:|
|
| 68 |
-
| 3.1975 | 1.0 | 1 | 4.1677 | -0.4133 | -0.4133 | 0.0 | 0.0 | -4.1330 | -4.1330 | 24.1632 | 24.1632 | 4.0984 | -0.6931 | 0.0 |
|
| 69 |
|
| 70 |
|
| 71 |
### Framework versions
|
| 72 |
|
| 73 |
- PEFT 0.11.1
|
| 74 |
-
- Transformers 4.
|
| 75 |
-
- Pytorch 2.
|
| 76 |
- Datasets 2.20.0
|
| 77 |
- Tokenizers 0.19.1
|
|
|
|
| 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 |
# orpo-phi3
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [microsoft/Phi-3-mini-4k-instruct](https://huggingface.co/microsoft/Phi-3-mini-4k-instruct) on the None dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
|
|
| 36 |
|
| 37 |
The following hyperparameters were used during training:
|
| 38 |
- learning_rate: 8e-06
|
| 39 |
+
- train_batch_size: 8
|
| 40 |
+
- eval_batch_size: 8
|
| 41 |
- seed: 42
|
| 42 |
+
- gradient_accumulation_steps: 2
|
| 43 |
- total_train_batch_size: 16
|
| 44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 45 |
- lr_scheduler_type: linear
|
|
|
|
| 48 |
|
| 49 |
### Training results
|
| 50 |
|
|
|
|
|
|
|
|
|
|
| 51 |
|
| 52 |
|
| 53 |
### Framework versions
|
| 54 |
|
| 55 |
- PEFT 0.11.1
|
| 56 |
+
- Transformers 4.41.2
|
| 57 |
+
- Pytorch 2.3.0+cu121
|
| 58 |
- Datasets 2.20.0
|
| 59 |
- Tokenizers 0.19.1
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 887450008
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a6c454e02b540706ec74c8763f61229c8ae6d334f4b18db403b9715ed02696b
|
| 3 |
size 887450008
|
runs/Jul17_06-26-41_37d7a5970965/events.out.tfevents.1721197603.37d7a5970965.872.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c7b951e28302700597a0e7799107dc90f58b4f3cf3a946cea27a0f5ca58389c4
|
| 3 |
+
size 6385
|
tokenizer_config.json
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"add_bos_token": false,
|
| 3 |
"add_eos_token": false,
|
| 4 |
-
"add_prefix_space": null,
|
| 5 |
"added_tokens_decoder": {
|
| 6 |
"0": {
|
| 7 |
"content": "<unk>",
|
|
|
|
| 1 |
{
|
| 2 |
"add_bos_token": false,
|
| 3 |
"add_eos_token": false,
|
|
|
|
| 4 |
"added_tokens_decoder": {
|
| 5 |
"0": {
|
| 6 |
"content": "<unk>",
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5432
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:16e5147f1c412a171ca98f721ab261ca64e62756d8ea62b48c637bb727c83756
|
| 3 |
size 5432
|