Update README.md
Browse files
README.md
CHANGED
@@ -6,4 +6,17 @@ library_name: transformers
|
|
6 |
- Model used: Mistral 7B.
|
7 |
- This model takes an instruction and accordingly gives a CSV output.
|
8 |
- Not for public use.
|
9 |
-
- Done using Unsloth.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
- Model used: Mistral 7B.
|
7 |
- This model takes an instruction and accordingly gives a CSV output.
|
8 |
- Not for public use.
|
9 |
+
- Done using Unsloth.
|
10 |
+
|
11 |
+
### Examples
|
12 |
+
|
13 |
+
```
|
14 |
+
{
|
15 |
+
"prompt": "Navigate to F-8080.",
|
16 |
+
"output": "navigate,F-8080"
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"prompt": "Pick items F-8060 and F-8061.",
|
20 |
+
"output": "pick,F-8060"
|
21 |
+
}
|
22 |
+
```
|