--- license: cc-by-nc-4.0 language: - en library_name: transformers tags: - data labeling ---
Refuel.ai
## Quantization Description This repo contains GGUF quantized versions of the Refuel Ai Llama 3 Refueled . The model is supplied in different quantizations so that you can see what works best on the hardware you would like to run it on. The repo contains quantizations in the following types: - Q4_0 - Q4_1 - Q4_K - Q4_K_S - Q4_K_M - Q5_0 - Q5_1 - Q5_K - Q5_K_M - Q5_K_S - Q6_K - Q8_0 - Q2_K - Q3_K - Q3_K_S - Q3_K_XS
image/png
## Model Details RefuelLLM-2-small, aka Llama-3-Refueled, is a Llama3-8B base model instruction tuned on a corpus of 2750+ datasets, spanning tasks such as classification, reading comprehension, structured attribute extraction and entity resolution. We're excited to open-source the model for the community to build on top of. * More details about [RefuelLLM-2 family of models](https://www.refuel.ai/blog-posts/announcing-refuel-llm-2) * You can also try out the models in our [LLM playground](https://labs.refuel.ai/playground) **Model developers** - Refuel AI **Input** - Text only. **Output** - Text only. **Architecture** - Llama-3-Refueled is built on top of Llama-3-8B-instruct which is an auto-regressive language model that uses an optimized transformer architecture. **Release Date** - May 8, 2024. **License** - [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/deed.en) ``` ## Training Data The model was both trained on over 4 Billion tokens, spanning 2750+ NLP tasks. Our training collection consists majorly of: 1. Human annotated datasets like Flan, Task Source, and the Aya collection 2. Synthetic datasets like OpenOrca, OpenHermes and WizardLM 3. Proprietary datasets developed or licensed by Refuel AI ## Benchmarks In this section, we report the results for Refuel models on our benchmark of labeling tasks. For details on the methodology see [here](https://refuel.ai/blog-posts/announcing-refuel-llm-2).
ProviderModelLLM Output Quality (by task type)
OverallClassificationReading ComprehensionStructure ExtractionEntity Matching
RefuelRefuelLLM-283.82%84.94%76.03%88.16%92.00%
OpenAIGPT-4-Turbo80.88%81.77%72.08%84.79%97.20%
RefuelRefuelLLM-2-small (Llama-3-Refueled)79.67%81.72%70.04%84.28%92.00%
AnthropicClaude-3-Opus79.19%82.49%67.30%88.25%94.96%
MetaLlama3-70B-Instruct78.20%79.38%66.03%85.96%94.13%
GoogleGemini-1.5-Pro74.59%73.52%60.67%84.27%98.48%
MistralMixtral-8x7B-Instruct62.87%79.11%45.56%47.08%86.52%
AnthropicClaude-3-Sonnet70.99%79.91%45.44%78.10%96.34%
AnthropicClaude-3-Haiku69.23%77.27%50.19%84.97%54.08%
OpenAIGPT-3.5-Turbo68.13%74.39%53.21%69.40%80.41%
MetaLlama3-8B-Instruct62.30%68.52%49.16%65.09%63.61%
## Limitations The Llama-3-Refueled does not have any moderation mechanisms. We're looking forward to engaging with the community on ways to make the model finely respect guardrails, allowing for deployment in environments requiring moderated outputs.