Tim-05369/orpo_train_using_space_demo
Browse files- README.md +13 -15
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
-
base_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
|
4 |
tags:
|
5 |
- trl
|
6 |
- orpo
|
@@ -15,20 +13,20 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# results
|
17 |
|
18 |
-
This model
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss:
|
21 |
-
- Rewards/chosen: -0.
|
22 |
-
- Rewards/rejected: -0.
|
23 |
-
- Rewards/accuracies: 0.
|
24 |
-
- Rewards/margins: -0.
|
25 |
-
- Logps/rejected: -
|
26 |
-
- Logps/chosen: -
|
27 |
-
- Logits/rejected: -
|
28 |
-
- Logits/chosen: -2.
|
29 |
-
- Nll Loss:
|
30 |
-
- Log Odds Ratio: -0.
|
31 |
-
- Log Odds Chosen: -0.
|
32 |
|
33 |
## Model description
|
34 |
|
|
|
1 |
---
|
|
|
|
|
2 |
tags:
|
3 |
- trl
|
4 |
- orpo
|
|
|
13 |
|
14 |
# results
|
15 |
|
16 |
+
This model was trained from scratch on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 1.1578
|
19 |
+
- Rewards/chosen: -0.0609
|
20 |
+
- Rewards/rejected: -0.0483
|
21 |
+
- Rewards/accuracies: 0.5
|
22 |
+
- Rewards/margins: -0.0126
|
23 |
+
- Logps/rejected: -0.9658
|
24 |
+
- Logps/chosen: -1.2181
|
25 |
+
- Logits/rejected: -1.9100
|
26 |
+
- Logits/chosen: -2.3033
|
27 |
+
- Nll Loss: 1.1151
|
28 |
+
- Log Odds Ratio: -0.8532
|
29 |
+
- Log Odds Chosen: -0.2694
|
30 |
|
31 |
## Model description
|
32 |
|
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:271c150024b462dd3bc9cc9cba8917f9d264ba0e193ecedc0e1037c4a499561d
|
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:75150a9bfbb937ba6d1d897eff1824aebce6c5767c42e4ad7db8f81cc1dbb1b3
|
3 |
size 5496
|