Views
No views yet
| Name | Quant method | Size |
|---|---|---|
| Platypus2-70B.Q2_K.gguf | Q2_K | 23.71GB |
| Platypus2-70B.IQ3_XS.gguf | IQ3_XS | 26.37GB |
| Platypus2-70B.IQ3_S.gguf | IQ3_S | 27.86GB |
| Platypus2-70B.Q3_K_S.gguf | Q3_K_S | 27.86GB |
| Platypus2-70B.IQ3_M.gguf | IQ3_M | 28.82GB |
| Platypus2-70B.Q3_K.gguf | Q3_K | 30.99GB |
| Platypus2-70B.Q3_K_M.gguf | Q3_K_M | 30.99GB |
| Platypus2-70B.Q3_K_L.gguf | Q3_K_L | 33.67GB |
| Platypus2-70B.IQ4_XS.gguf | IQ4_XS | 34.64GB |
| Platypus2-70B.Q4_0.gguf | Q4_0 | 36.2GB |
| Platypus2-70B.IQ4_NL.gguf | IQ4_NL | 36.55GB |
| Platypus2-70B.Q4_K_S.gguf | Q4_K_S | 36.55GB |
| Platypus2-70B.Q4_K.gguf | Q4_K | 38.58GB |
| Platypus2-70B.Q4_K_M.gguf | Q4_K_M | 38.58GB |
| Platypus2-70B.Q4_1.gguf | Q4_1 | 40.2GB |
| Platypus2-70B.Q5_0.gguf | Q5_0 | 44.2GB |
| Platypus2-70B.Q5_K_S.gguf | Q5_K_S | 44.2GB |
| Platypus2-70B.Q5_K.gguf | Q5_K | 45.41GB |
| Platypus2-70B.Q5_K_M.gguf | Q5_K_M | 45.41GB |
| Platypus2-70B.Q5_1.gguf | Q5_1 | 48.2GB |
| Platypus2-70B.Q6_K.gguf | Q6_K | 52.7GB |
| Platypus2-70B.Q8_0.gguf | Q8_0 | 68.26GB |

### Instruction:
<prompt> (without the <>)
### Response:garage-bAInd/Platypus2-70B trained using STEM and logic based dataset garage-bAInd/Open-Platypus.garage-bAInd/Platypus2-70B was instruction fine-tuned using LoRA on 8 A100 80GB. For training details and inference instructions please see the Platypus 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-70B --tasks arc_challenge --batch_size 1 --no_cache --write_out --output_path results/Platypus2-70B/arc_challenge_25shot.json --device cuda --num_fewshot 25python main.py --model hf-causal-experimental --model_args pretrained=garage-bAInd/Platypus2-70B --tasks hellaswag --batch_size 1 --no_cache --write_out --output_path results/Platypus2-70B/hellaswag_10shot.json --device cuda --num_fewshot 10python main.py --model hf-causal-experimental --model_args pretrained=garage-bAInd/Platypus2-70B --tasks hendrycksTest-* --batch_size 1 --no_cache --write_out --output_path results/Platypus2-70B/mmlu_5shot.json --device cuda --num_fewshot 5python main.py --model hf-causal-experimental --model_args pretrained=garage-bAInd/Platypus2-70B --tasks truthfulqa_mc --batch_size 1 --no_cache --write_out --output_path results/Platypus2-70B/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. | 64.16 |
| ARC (25-shot) | 70.65 |
| HellaSwag (10-shot) | 87.15 |
| MMLU (5-shot) | 70.08 |
| TruthfulQA (0-shot) | 52.37 |
| Winogrande (5-shot) | 84.37 |
| GSM8K (5-shot) | 33.06 |
| DROP (3-shot) | 51.41 |