File size: 666 Bytes
cd205d0 101a31a cd205d0 101a31a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
---
license: cc-by-nc-2.0
pipeline_tag: text-generation
inference: false
library_name: transformers
base_model: cognitivecomputations/laserxtral
tags:
- text-generation
---
This is just, SOTA 2 and 3-bit quants for laserxtral. Not much more to it. Meow.
The importance matrix, [which is generated from `20k_random_data.txt`](https://github.com/ggerganov/llama.cpp/discussions/5006#discussioncomment-8163190), is included in this repo, as `imatrix_laserxtral.dat`.
## System Prompt
Alpaca format
```
### Instruction:
...
### Input:
...
### Response:
```
If you use LM Studio, this repo has a `model_config.json` you can import which has that pre-configured.
|