KN123 commited on
Commit
08c3ba4
1 Parent(s): b852c3d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
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
+ ```