Quantization made by Richard Erkhov.
| Branch | Bits | Description |
| ----- | ---- | ------- | ------ | ------ | ------ | ------ | ------------ |
|
8_0 | 8.0 | Maximum quality that ExLlamaV2 can produce, near unquantized performance. |
|
6_5 | 6.5 | Very similar to 8.0, good tradeoff of size vs performance,
recommended. |
|
5_0 | 5.0 | Slightly lower quality vs 6.5, but usable on 8GB cards. |
|
4_25 | 4.25 | GPTQ equivalent bits per weight, slightly higher quality. |
|
3_5 | 3.5 | Lower quality, only use if you have to. |
I passthrough merged base Tiny Llama Chat with itself, then fine-tuned with around 1/3 of Platypus dataset.
-
It's smarter (I think?)
-
It sometimes throws "### Instruction:" line. This could be due to the platypus dataset, or the fact that I know jackshit about programming. You can add it to "custom stopping strings" in oobaboga.
-
It may be possible to train very specialized mini experts and merge them???
Template
Same with TinyLlama/TinyLlama-1.1B-Chat-v1.0