File size: 437 Bytes
15ffcb4 2db743d bdb7a39 66629a2 1a73f70 09b1689 1a73f70 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
---
license: mit
datasets:
- viewv/LLaMA-13B
- tatsu-lab/alpaca
metrics:
- accuracy
pipeline_tag: text-generation
tags:
- alpaca
- vicuna
- finetuned
- filtered
language:
- en
---
## Model Description
- This model is **Filtered** and **Quantized** to 4Bit binary file.
- This model has been trained with 13B alpaca dataset and finetuned by vicuna dataset.
- This model will work with [llama.cpp](https://github.com/ggerganov/llama.cpp) |