Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,9 @@ tags:
|
|
15 |
for testing purposes only. qlora trained using peft on codellama/CodeLlama-7b-hf as base model. trained on mrm8488/unnatural-instructions, config 'core' dataset.
|
16 |
|
17 |
training data transformed to the following structure for testing purposes:
|
18 |
-
|
|
|
|
|
19 |
Input: <s>[INST] <<SYS>>
|
20 |
You are a helpful, respectful and honest assistant. Always answer as helpfully as possible.
|
21 |
|
@@ -50,4 +52,5 @@ You are given a paragraph from an article. Your task is to replace all the third
|
|
50 |
His team's plans for the day were quickly ruined when their bus got a flat tire on the way to their first event of the day.
|
51 |
The tournament organizers were not very happy with his team when they showed up late to their match. [/INST]
|
52 |
Output: Our team's plans for the day were quickly ruined when our bus got a flat tire on the way to our first event of the day.
|
53 |
-
The tournament organizers were not very happy with us when we showed up late to our match
|
|
|
|
15 |
for testing purposes only. qlora trained using peft on codellama/CodeLlama-7b-hf as base model. trained on mrm8488/unnatural-instructions, config 'core' dataset.
|
16 |
|
17 |
training data transformed to the following structure for testing purposes:
|
18 |
+
|
19 |
+
```
|
20 |
+
Example 1:
|
21 |
Input: <s>[INST] <<SYS>>
|
22 |
You are a helpful, respectful and honest assistant. Always answer as helpfully as possible.
|
23 |
|
|
|
52 |
His team's plans for the day were quickly ruined when their bus got a flat tire on the way to their first event of the day.
|
53 |
The tournament organizers were not very happy with his team when they showed up late to their match. [/INST]
|
54 |
Output: Our team's plans for the day were quickly ruined when our bus got a flat tire on the way to our first event of the day.
|
55 |
+
The tournament organizers were not very happy with us when we showed up late to our match.
|
56 |
+
```
|