MaziyarPanahi/Llama-3-8B-Instruct-v0.3

TEXT GENERATIONConcurrent Unit Cost:1Model Size:8BQuant:FP8Context Size:8kTool Calling:SupportedPublished:May 1, 2024License:llama3Architecture:Transformer0.0K Featherless Exclusive Cold

MaziyarPanahi/Llama-3-8B-Instruct-v0.3 is an 8 billion parameter instruction-tuned causal language model developed by MaziyarPanahi, based on the Llama-3-8B-Instruct-DPO series. This model is designed for conversational AI and instruction following, utilizing the ChatML prompt template for structured interactions. It offers a robust foundation for various natural language processing tasks requiring precise instruction adherence and dialogue generation.

Loading preview...

Overview

MaziyarPanahi/Llama-3-8B-Instruct-v0.3 is an 8 billion parameter instruction-tuned language model. It is a continuation of the MaziyarPanahi/Llama-3-8B-Instruct-DPO series, indicating a focus on instruction following and dialogue optimization through techniques like Direct Preference Optimization (DPO).

Key Features

  • Base Model: Developed from the Llama-3-8B-Instruct-DPO series.
  • Instruction Tuning: Optimized for understanding and executing user instructions.
  • Prompt Template: Utilizes the ChatML format for structured input and output, ensuring consistent conversational flow.
  • Quantized Versions: GGUF quantized models are available for efficient deployment and inference on various hardware.

Usage

This model is suitable for applications requiring a capable instruction-following chatbot. Developers can integrate it using the Hugging Face transformers library, leveraging its AutoModelForCausalLM and AutoTokenizer classes. The provided Python example demonstrates how to set up a text generation pipeline with specific ChatML formatting and termination tokens for robust conversational AI.