Update README.md
Browse files
README.md
CHANGED
@@ -15,6 +15,8 @@ datasets:
|
|
15 |
|
16 |
# OpenHermes-2.5-Mistral-7B-Sentence-Segmentation
|
17 |
|
|
|
|
|
18 |
## Model description
|
19 |
|
20 |
`OpenHermes-2.5-Mistral-7B-Sentence-Segmentation` is a DPO finetuned OpenHermes model for sentence segmentation capability.
|
@@ -61,6 +63,7 @@ Segment:<|im_end|>
|
|
61 |
with output in the format of
|
62 |
|
63 |
```
|
|
|
64 |
```yaml
|
65 |
"output":
|
66 |
"sentence":
|
@@ -89,6 +92,7 @@ with output in the format of
|
|
89 |
- "word": "than"
|
90 |
- "word": "penetration."
|
91 |
```
|
|
|
92 |
```
|
93 |
|
94 |
## Misc
|
|
|
15 |
|
16 |
# OpenHermes-2.5-Mistral-7B-Sentence-Segmentation
|
17 |
|
18 |
+
_See files for original notebook used for finetuning_
|
19 |
+
|
20 |
## Model description
|
21 |
|
22 |
`OpenHermes-2.5-Mistral-7B-Sentence-Segmentation` is a DPO finetuned OpenHermes model for sentence segmentation capability.
|
|
|
63 |
with output in the format of
|
64 |
|
65 |
```
|
66 |
+
|
67 |
```yaml
|
68 |
"output":
|
69 |
"sentence":
|
|
|
92 |
- "word": "than"
|
93 |
- "word": "penetration."
|
94 |
```
|
95 |
+
|
96 |
```
|
97 |
|
98 |
## Misc
|