Views
No views yet
| Name | Quant method | Size |
|---|---|---|
| GPlatty-30B.Q2_K.gguf | Q2_K | 11.22GB |
| GPlatty-30B.IQ3_XS.gguf | IQ3_XS | 12.4GB |
| GPlatty-30B.IQ3_S.gguf | IQ3_S | 13.1GB |
| GPlatty-30B.Q3_K_S.gguf | Q3_K_S | 13.1GB |
| GPlatty-30B.IQ3_M.gguf | IQ3_M | 13.86GB |
| GPlatty-30B.Q3_K.gguf | Q3_K | 14.69GB |
| GPlatty-30B.Q3_K_M.gguf | Q3_K_M | 14.69GB |
| GPlatty-30B.Q3_K_L.gguf | Q3_K_L | 16.09GB |
| GPlatty-30B.IQ4_XS.gguf | IQ4_XS | 16.28GB |
| GPlatty-30B.Q4_0.gguf | Q4_0 | 17.1GB |
| GPlatty-30B.IQ4_NL.gguf | IQ4_NL | 17.19GB |
| GPlatty-30B.Q4_K_S.gguf | Q4_K_S | 17.21GB |
| GPlatty-30B.Q4_K.gguf | Q4_K | 18.27GB |
| GPlatty-30B.Q4_K_M.gguf | Q4_K_M | 18.27GB |
| GPlatty-30B.Q4_1.gguf | Q4_1 | 18.98GB |
| GPlatty-30B.Q5_0.gguf | Q5_0 | 20.86GB |
| GPlatty-30B.Q5_K_S.gguf | Q5_K_S | 20.86GB |
| GPlatty-30B.Q5_K.gguf | Q5_K | 21.46GB |
| GPlatty-30B.Q5_K_M.gguf | Q5_K_M | 21.46GB |
| GPlatty-30B.Q5_1.gguf | Q5_1 | 22.74GB |
| GPlatty-30B.Q6_K.gguf | Q6_K | 24.85GB |
| GPlatty-30B.Q8_0.gguf | Q8_0 | 32.19GB |
| Hyperparameter | Value |
|---|---|
| \(n_\text{parameters}\) | 33B |
| \(d_\text{model}\) | 6656 |
| \(n_\text{layers}\) | 60 |
| \(n_\text{heads}\) | 52 |
git clone https://github.com/EleutherAI/lm-evaluation-harness
cd lm-evaluation-harness
pip install -e .python main.py --model hf-causal-experimental --model_args pretrained=garage-bAInd/GPlatty-30B --tasks arc_challenge --batch_size 1 --no_cache --write_out --output_path results/Platypus-30B/arc_challenge_25shot.json --device cuda --num_fewshot 25python main.py --model hf-causal-experimental --model_args pretrained=garage-bAInd/GPlatty-30B --tasks hellaswag --batch_size 1 --no_cache --write_out --output_path results/Platypus-30B/hellaswag_10shot.json --device cuda --num_fewshot 10python main.py --model hf-causal-experimental --model_args pretrained=garage-bAInd/GPlatty-30B --tasks hendrycksTest-* --batch_size 1 --no_cache --write_out --output_path results/Platypus-30B/mmlu_5shot.json --device cuda --num_fewshot 5python main.py --model hf-causal-experimental --model_args pretrained=garage-bAInd/GPlatty-30B --tasks truthfulqa_mc --batch_size 1 --no_cache --write_out --output_path results/Platypus-30B/truthfulqa_0shot.json --device cuda1@article{touvron2023llama,
2 title={LLaMA: Open and Efficient Foundation Language Models},
3 author={Touvron, Hugo and Lavril, Thibaut and Izacard, Gautier and Martinet, Xavier and Lachaux, Marie-Anne and Lacroix, Timoth{\'e}e and Rozi{\`e}re, Baptiste and Goyal, Naman and Hambro, Eric and Azhar, Faisal and Rodriguez, Aurelien and Joulin, Armand and Grave, Edouard and Lample, Guillaume},
4 journal={arXiv preprint arXiv:2302.13971},
5 year={2023}
6}
7@article{hu2021lora,
8 title={LoRA: Low-Rank Adaptation of Large Language Models},
9 author={Hu, Edward J. and Shen, Yelong and Wallis, Phillip and Allen-Zhu, Zeyuan and Li, Yuanzhi and Wang, Shean and Chen, Weizhu},
10 journal={CoRR},
11 year={2021}
12}| Metric | Value |
|---|---|
| Avg. | 58.87 |
| ARC (25-shot) | 65.78 |
| HellaSwag (10-shot) | 84.79 |
| MMLU (5-shot) | 63.49 |
| TruthfulQA (0-shot) | 52.45 |
| Winogrande (5-shot) | 80.98 |
| GSM8K (5-shot) | 13.87 |
| DROP (3-shot) | 50.73 |