Text Generation
PEFT
GGUF
English
How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="XeroCodes/lynx-8b-gguf",
	filename="",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

Lynx-8B

Lynx-8B is a fine-tuned language model based on Meta's LLaMA-3.1-8B, specifically optimized to be an exceptional coding assistant. This model has been fine-tuned using the CodeAlpaca-20k dataset, which enhances its capability to understand and generate code across various programming languages and scenarios.

Overview

Lynx-8B leverages the robust foundation of the Meta-Llama-3.1-8B-Instruct model and fine-tunes it with the comprehensive CodeAlpaca-20k dataset. This results in a model that excels in coding tasks, offering precise and context-aware code suggestions, completions, and explanations.

Features

  • Code Generation: Generate syntactically correct and efficient code snippets.
  • Code Completion: Provide context-aware code completions to accelerate your development process.
  • Code Explanation: Offer explanations for code snippets, helping you understand complex logic.
  • Multi-Language Support: Supports a wide range of programming languages including Python, JavaScript, Java, C++, and more.
Downloads last month
10
GGUF
Model size
8B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

8-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for XeroCodes/lynx-8b-gguf

Adapter
(2319)
this model

Dataset used to train XeroCodes/lynx-8b-gguf