Views
No views yet
| Name | Quant method | Size |
|---|---|---|
| Platypus2-7B.Q2_K.gguf | Q2_K | 2.36GB |
| Platypus2-7B.IQ3_XS.gguf | IQ3_XS | 2.6GB |
| Platypus2-7B.IQ3_S.gguf | IQ3_S | 2.75GB |
| Platypus2-7B.Q3_K_S.gguf | Q3_K_S | 2.75GB |
| Platypus2-7B.IQ3_M.gguf | IQ3_M | 2.9GB |
| Platypus2-7B.Q3_K.gguf | Q3_K | 3.07GB |
| Platypus2-7B.Q3_K_M.gguf | Q3_K_M | 3.07GB |
| Platypus2-7B.Q3_K_L.gguf | Q3_K_L | 3.35GB |
| Platypus2-7B.IQ4_XS.gguf | IQ4_XS | 3.4GB |
| Platypus2-7B.Q4_0.gguf | Q4_0 | 3.56GB |
| Platypus2-7B.IQ4_NL.gguf | IQ4_NL | 3.58GB |
| Platypus2-7B.Q4_K_S.gguf | Q4_K_S | 3.59GB |
| Platypus2-7B.Q4_K.gguf | Q4_K | 3.8GB |
| Platypus2-7B.Q4_K_M.gguf | Q4_K_M | 3.8GB |
| Platypus2-7B.Q4_1.gguf | Q4_1 | 3.95GB |
| Platypus2-7B.Q5_0.gguf | Q5_0 | 4.33GB |
| Platypus2-7B.Q5_K_S.gguf | Q5_K_S | 4.33GB |
| Platypus2-7B.Q5_K.gguf | Q5_K | 4.45GB |
| Platypus2-7B.Q5_K_M.gguf | Q5_K_M | 4.45GB |
| Platypus2-7B.Q5_1.gguf | Q5_1 | 4.72GB |
| Platypus2-7B.Q6_K.gguf | Q6_K | 5.15GB |
fp16=False and bf16=True in the HF trainer. Gathering more intel on this but if you have any thoughts about this issue or performance, please let us know!
### Instruction:
<prompt> (without the <>)
### Response:garage-bAInd/Platypus2-7B trained using STEM and logic based dataset garage-bAInd/Open-Platypus.garage-bAInd/Platypus2-7B 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-7B,use_accelerate=True,dtype="bfloat16" --tasks arc_challenge --batch_size 2 --no_cache --write_out --output_path results/Platypus2-7B/arc_challenge_25shot.json --device cuda --num_fewshot 25python main.py --model hf-causal-experimental --model_args pretrained=garage-bAInd/Platypus2-7B,use_accelerate=True,dtype="bfloat16" --tasks hellaswag --batch_size 2 --no_cache --write_out --output_path results/Platypus2-7B/hellaswag_10shot.json --device cuda --num_fewshot 10python main.py --model hf-causal-experimental --model_args pretrained=garage-bAInd/Platypus2-7B,use_accelerate=True,dtype="bfloat16" --tasks hendrycksTest-* --batch_size 2 --no_cache --write_out --output_path results/Platypus2-7B/mmlu_5shot.json --device cuda --num_fewshot 5python main.py --model hf-causal-experimental --model_args pretrained=garage-bAInd/Platypus2-7B,use_accelerate=True,dtype="bfloat16" --tasks truthfulqa_mc --batch_size 2 --no_cache --write_out --output_path results/Platypus2-7B/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. | 45.69 |
| ARC (25-shot) | 55.2 |
| HellaSwag (10-shot) | 78.84 |
| MMLU (5-shot) | 49.83 |
| TruthfulQA (0-shot) | 40.64 |
| Winogrande (5-shot) | 73.48 |
| GSM8K (5-shot) | 1.82 |
| DROP (3-shot) | 20.02 |