Views
No views yet
| Name | Quant method | Size |
|---|---|---|
| Platypus2-13B.Q2_K.gguf | Q2_K | 4.52GB |
| Platypus2-13B.IQ3_XS.gguf | IQ3_XS | 4.99GB |
| Platypus2-13B.IQ3_S.gguf | IQ3_S | 5.27GB |
| Platypus2-13B.Q3_K_S.gguf | Q3_K_S | 5.27GB |
| Platypus2-13B.IQ3_M.gguf | IQ3_M | 5.57GB |
| Platypus2-13B.Q3_K.gguf | Q3_K | 5.9GB |
| Platypus2-13B.Q3_K_M.gguf | Q3_K_M | 5.9GB |
| Platypus2-13B.Q3_K_L.gguf | Q3_K_L | 6.45GB |
| Platypus2-13B.IQ4_XS.gguf | IQ4_XS | 6.54GB |
| Platypus2-13B.Q4_0.gguf | Q4_0 | 6.86GB |
| Platypus2-13B.IQ4_NL.gguf | IQ4_NL | 6.9GB |
| Platypus2-13B.Q4_K_S.gguf | Q4_K_S | 6.91GB |
| Platypus2-13B.Q4_K.gguf | Q4_K | 7.33GB |
| Platypus2-13B.Q4_K_M.gguf | Q4_K_M | 7.33GB |
| Platypus2-13B.Q4_1.gguf | Q4_1 | 7.61GB |
| Platypus2-13B.Q5_0.gguf | Q5_0 | 8.36GB |
| Platypus2-13B.Q5_K_S.gguf | Q5_K_S | 8.36GB |
| Platypus2-13B.Q5_K.gguf | Q5_K | 8.6GB |
| Platypus2-13B.Q5_K_M.gguf | Q5_K_M | 8.6GB |
| Platypus2-13B.Q5_1.gguf | Q5_1 | 9.1GB |
| Platypus2-13B.Q6_K.gguf | Q6_K | 9.95GB |
| Platypus2-13B.Q8_0.gguf | Q8_0 | 12.88GB |

### Instruction:
<prompt> (without the <>)
### Response:garage-bAInd/Platypus2-13B trained using STEM and logic based dataset garage-bAInd/Open-Platypus.garage-bAInd/Platypus2-13B was instruction fine-tuned using LoRA on 1 A100 80GB. For training details and inference instructions please see the Platypus2 GitHub repo.# clone repository
git clone https://github.com/EleutherAI/lm-evaluation-harness.git
# check out the correct commit
git checkout b281b0921b636bc36ad05c0b0b0763bd6dd43463
# change to repo directory
cd lm-evaluation-harness
# install
pip install -e .python main.py --model hf-causal-experimental --model_args pretrained=garage-bAInd/Platypus2-13B --tasks arc_challenge --batch_size 1 --no_cache --write_out --output_path results/Platypus2-13B/arc_challenge_25shot.json --device cuda --num_fewshot 25python main.py --model hf-causal-experimental --model_args pretrained=garage-bAInd/Platypus2-13B --tasks hellaswag --batch_size 1 --no_cache --write_out --output_path results/Platypus2-13B/hellaswag_10shot.json --device cuda --num_fewshot 10python main.py --model hf-causal-experimental --model_args pretrained=garage-bAInd/Platypus2-13B --tasks hendrycksTest-* --batch_size 1 --no_cache --write_out --output_path results/Platypus2-13B/mmlu_5shot.json --device cuda --num_fewshot 5python main.py --model hf-causal-experimental --model_args pretrained=garage-bAInd/Platypus2-13B --tasks truthfulqa_mc --batch_size 1 --no_cache --write_out --output_path results/Platypus2-13B/truthfulqa_0shot.json --device cuda1@article{platypus2023,
2 title={Platypus: Quick, Cheap, and Powerful Refinement of LLMs},
3 author={Ariel N. Lee and Cole J. Hunter and Nataniel Ruiz},
4 booktitle={arXiv preprint arxiv:2308.07317},
5 year={2023}
6}1@misc{touvron2023llama,
2 title={Llama 2: Open Foundation and Fine-Tuned Chat Models},
3 author={Hugo Touvron and Louis Martin and Kevin Stone and Peter Albert and Amjad Almahairi and Yasmine Babaei and Nikolay Bashlykov year={2023},
4 eprint={2307.09288},
5 archivePrefix={arXiv},
6}1@inproceedings{
2 hu2022lora,
3 title={Lo{RA}: Low-Rank Adaptation of Large Language Models},
4 author={Edward J Hu and Yelong Shen and Phillip Wallis and Zeyuan Allen-Zhu and Yuanzhi Li and Shean Wang and Lu Wang and Weizhu Chen},
5 booktitle={International Conference on Learning Representations},
6 year={2022},
7 url={https://openreview.net/forum?id=nZeVKeeFYf9}
8}| Metric | Value |
|---|---|
| Avg. | 48.04 |
| ARC (25-shot) | 61.26 |
| HellaSwag (10-shot) | 82.56 |
| MMLU (5-shot) | 56.7 |
| TruthfulQA (0-shot) | 44.86 |
| Winogrande (5-shot) | 76.87 |
| GSM8K (5-shot) | 7.05 |
| DROP (3-shot) | 6.95 |