Walmart-the-bag
commited on
Commit
•
9cbe574
1
Parent(s):
51d86a5
Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,9 @@ datasets:
|
|
8 |
- unalignment/toxic-dpo-v0.1
|
9 |
base_model: stabilityai/stablelm-zephyr-3b
|
10 |
inference: false
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
# Model Description
|
@@ -21,6 +24,15 @@ This is a finetune of [StableLM-Zephyr-3B](https://huggingface.co/stabilityai/st
|
|
21 |
# Datasets:
|
22 |
- unalignment/toxic-dpo-v0.1
|
23 |
- teknium/openhermes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
# License
|
26 |
### MIT
|
|
|
8 |
- unalignment/toxic-dpo-v0.1
|
9 |
base_model: stabilityai/stablelm-zephyr-3b
|
10 |
inference: false
|
11 |
+
metrics:
|
12 |
+
- bleu
|
13 |
+
- rouge
|
14 |
---
|
15 |
|
16 |
# Model Description
|
|
|
24 |
# Datasets:
|
25 |
- unalignment/toxic-dpo-v0.1
|
26 |
- teknium/openhermes
|
27 |
+
|
28 |
+
# Metrics/Basic Eval:
|
29 |
+
"predict_bleu-4": 31.594154999999997,
|
30 |
+
"predict_rouge-1": 44.092935,
|
31 |
+
"predict_rouge-2": 22.276081000000005,
|
32 |
+
"predict_rouge-l": 34.506909,
|
33 |
+
"predict_runtime": 121.7549,
|
34 |
+
"predict_samples_per_second": 0.821,
|
35 |
+
"predict_steps_per_second": 0.107
|
36 |
|
37 |
# License
|
38 |
### MIT
|