Tim-05369/orpo_train_using_space_demo
Browse files- README.md +13 -13
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -17,18 +17,18 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [TinyLlama/TinyLlama-1.1B-Chat-v1.0](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 2.
|
21 |
-
- Rewards/chosen: -0.
|
22 |
-
- Rewards/rejected: -0.
|
23 |
- Rewards/accuracies: 0.6667
|
24 |
-
- Rewards/margins: -0.
|
25 |
-
- Logps/rejected: -1.
|
26 |
-
- Logps/chosen: -2.
|
27 |
-
- Logits/rejected: -2.
|
28 |
-
- Logits/chosen: -2.
|
29 |
-
- Nll Loss: 2.
|
30 |
-
- Log Odds Ratio: -
|
31 |
-
- Log Odds Chosen: -0.
|
32 |
|
33 |
## Model description
|
34 |
|
@@ -48,8 +48,8 @@ More information needed
|
|
48 |
|
49 |
The following hyperparameters were used during training:
|
50 |
- learning_rate: 5e-05
|
51 |
-
- train_batch_size:
|
52 |
-
- eval_batch_size:
|
53 |
- seed: 42
|
54 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
55 |
- lr_scheduler_type: linear
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [TinyLlama/TinyLlama-1.1B-Chat-v1.0](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 2.4477
|
21 |
+
- Rewards/chosen: -0.1131
|
22 |
+
- Rewards/rejected: -0.0946
|
23 |
- Rewards/accuracies: 0.6667
|
24 |
+
- Rewards/margins: -0.0185
|
25 |
+
- Logps/rejected: -1.8929
|
26 |
+
- Logps/chosen: -2.2621
|
27 |
+
- Logits/rejected: -2.5533
|
28 |
+
- Logits/chosen: -2.5157
|
29 |
+
- Nll Loss: 2.3980
|
30 |
+
- Log Odds Ratio: -0.9931
|
31 |
+
- Log Odds Chosen: -0.3878
|
32 |
|
33 |
## Model description
|
34 |
|
|
|
48 |
|
49 |
The following hyperparameters were used during training:
|
50 |
- learning_rate: 5e-05
|
51 |
+
- train_batch_size: 8
|
52 |
+
- eval_batch_size: 8
|
53 |
- seed: 42
|
54 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
55 |
- lr_scheduler_type: linear
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4400216536
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2a84ef621a9eedfa7f6f2b9b19ae685a5a721a37f0322c2134504785dacdc2c
|
3 |
size 4400216536
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5496
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:80166eae19da31ec096daf9e9ce36d5183712c11eda667881be34bf3390581aa
|
3 |
size 5496
|