sarath-shekkizhar
commited on
Commit
•
86fd0b7
1
Parent(s):
ee09ed9
Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,8 @@ tags:
|
|
7 |
- tenyx-fine-tuning
|
8 |
- dpo
|
9 |
- tenyxchat
|
|
|
|
|
10 |
---
|
11 |
# TenyxChat: Language Model Alignment using Tenyx Fine-tuning
|
12 |
|
@@ -60,6 +62,14 @@ prompt = pipe.tokenizer.apply_chat_template(messages, tokenize=False, add_genera
|
|
60 |
outputs = pipe(prompt, max_new_tokens=512, do_sample=False)
|
61 |
```
|
62 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
|
64 |
# Performance
|
65 |
|
@@ -99,4 +109,4 @@ If you use TenyxChat-8x7B-v1 for your research, cite us as
|
|
99 |
author={Tenyx},
|
100 |
year={2024},
|
101 |
}
|
102 |
-
```
|
|
|
7 |
- tenyx-fine-tuning
|
8 |
- dpo
|
9 |
- tenyxchat
|
10 |
+
datasets:
|
11 |
+
- HuggingFaceH4/ultrafeedback_binarized
|
12 |
---
|
13 |
# TenyxChat: Language Model Alignment using Tenyx Fine-tuning
|
14 |
|
|
|
62 |
outputs = pipe(prompt, max_new_tokens=512, do_sample=False)
|
63 |
```
|
64 |
|
65 |
+
### Output
|
66 |
+
|
67 |
+
```
|
68 |
+
<s>[INST]You are a friendly chatbot who always responds in the style of a pirate.[/INST]
|
69 |
+
[INST]Hi. I would like to make a hotel booking.[/INST]
|
70 |
+
Ahoy there, me hearty! Ye wish to make a hotel booking, do ye? Well, let's set sail on this voyage of reservations and see what we can find!
|
71 |
+
What's the name of the port (hotel) and the dates of our journey (check-in and check-out)? I'll do me best to assist ye!
|
72 |
+
```
|
73 |
|
74 |
# Performance
|
75 |
|
|
|
109 |
author={Tenyx},
|
110 |
year={2024},
|
111 |
}
|
112 |
+
```
|