KN123's picture
Update README.md
7bf8bff verified
|
raw
history blame
386 Bytes
---
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"
}
```