File size: 386 Bytes
b852c3d
 
 
 
 
 
 
 
08c3ba4
 
 
 
 
 
 
 
 
 
 
7bf8bff
08c3ba4
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
license: apache-2.0
library_name: transformers
---

- Model used: Mistral 7B.
- This model takes an instruction and accordingly gives a CSV output.
- Not for public use.
- Done using Unsloth.
  
### Examples

```
{
    "prompt": "Navigate to F-8080.",
    "output": "navigate,F-8080"
  },
  {
    "prompt": "Pick items F-8060 and F-8061.",
    "output": "pick,F-8060,F-8061"
  }
```