GodziLLa 2 70B is an experimental combination of various proprietary LoRAs from Maya Philippines and Guanaco LLaMA 2 1K dataset, with LLaMA 2 70B. This model's primary purpose is to stress test the limitations of composite, instruction-following LLMs and observe its performance with respect to other LLMs available on the Open LLM Leaderboard. This model debuted in the leaderboard at rank #4 (August 17, 2023), debuted in the Fall 2023 update at rank #2 (November, 10, 2023), and operates under the Llama 2 license.
Godzilla Happy GIF
Open LLM Leaderboard Metrics (Fall 2023 update)
Metric
Value
MMLU (5-shot)
69.88
ARC (25-shot)
71.42
HellaSwag (10-shot)
87.53
TruthfulQA (0-shot)
61.54
Winogrande (5-shot)
83.19
GSM8K (5-shot)
43.21
DROP (3-shot)
52.31
Average (w/ DROP)
67.01
Average (w/o DROP)
69.46
Note: As of December 1, 2023, DROP is removed from the leaderboard benchmarks.
According to the leaderboard description, here are the benchmarks used for the evaluation:
MMLU (5-shot) - a test to measure a text model’s multitask accuracy. The test covers 57 tasks including elementary mathematics, US history, computer science, law, and more.
### Instruction:
<prompt> (without the <>)
### Response:
Technical Considerations
When using GodziLLa 2 70B, kindly take note of the following:
The default precision is fp32, and the total file size that would be loaded onto the RAM/VRAM is around 275 GB. Consider using a lower precision (fp16, int8, int4) to save memory.
To further save on memory, set the low_cpu_mem_usage argument to True.
If you wish to use a quantized version of GodziLLa2-70B, you can either access TheBloke's GPTQ or GGML version of GodziLLa2-70B.
GodziLLa2-70B-GGML is available in 8-bit, 6-bit, 5-bit, 4-bit, 3-bit, and 2-bit
Ethical Considerations
When using GodziLLa 2 70B, it is important to consider the following ethical considerations:
Privacy and Security: Avoid sharing sensitive personal information while interacting with the model. The model does not have privacy safeguards, so exercise caution when discussing personal or confidential matters.
Fairness and Bias: The model's responses may reflect biases present in the training data. Be aware of potential biases and make an effort to evaluate responses critically and fairly.
Transparency: The model operates as a predictive text generator based on patterns learned from the training data. The model's inner workings and the specific training data used are proprietary and not publicly available.
User Responsibility: Users should take responsibility for their own decisions and not solely rely on the information provided by the model. Consult with the appropriate professionals or reliable sources for specific advice or recommendations.
NSFW Content: The model is a merge of various datasets and LoRA adapters. It is highly likely that the resulting model contains uncensored content that may include, but is not limited to, violence, gore, explicit language, and sexual content. If you plan to further refine this model for safe/aligned usage, you are highly encouraged to implement guardrails along with it.
Further Information
For additional information or inquiries about GodziLLa 2 70B, please contact the Maya Philippines iOps Team via jasper.catapang@maya.ph.
Disclaimer
GodziLLa 2 70B is an AI language model from Maya Philippines. It is provided "as is" without warranty of any kind, express or implied. The model developers and Maya Philippines shall not be liable for any direct or indirect damages arising from the use of this model.
Acknowledgments
The development of GodziLLa 2 70B was made possible by Maya Philippines and the curation of the various proprietary datasets and creation of the different proprietary LoRA adapters. Special thanks to mlabonne for the Guanaco dataset found here. Last but not least, huge thanks to TheBloke for the quantized models, making our model easily accessible to a wider community.