Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ license: openrail
|
|
4 |
for testing purposes only. qlora trained using peft on codellama/CodeLlama-7b-hf as base model. trained on mrm8488/unnatural-instructions, config 'core' dataset.
|
5 |
|
6 |
training data transformed to the following structure for testing purposes:
|
7 |
-
Example 1:
|
8 |
Input: <s>[INST] <<SYS>>
|
9 |
You are a helpful, respectful and honest assistant. Always answer as helpfully as possible.
|
10 |
|
@@ -39,4 +39,4 @@ You are given a paragraph from an article. Your task is to replace all the third
|
|
39 |
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.
|
40 |
The tournament organizers were not very happy with his team when they showed up late to their match. [/INST]
|
41 |
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.
|
42 |
-
The tournament organizers were not very happy with us when we showed up late to our match
|
|
|
4 |
for testing purposes only. qlora trained using peft on codellama/CodeLlama-7b-hf as base model. trained on mrm8488/unnatural-instructions, config 'core' dataset.
|
5 |
|
6 |
training data transformed to the following structure for testing purposes:
|
7 |
+
```Example 1:
|
8 |
Input: <s>[INST] <<SYS>>
|
9 |
You are a helpful, respectful and honest assistant. Always answer as helpfully as possible.
|
10 |
|
|
|
39 |
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.
|
40 |
The tournament organizers were not very happy with his team when they showed up late to their match. [/INST]
|
41 |
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.
|
42 |
+
The tournament organizers were not very happy with us when we showed up late to our match.```
|