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="sugiv/leetmonkey-peft-gguf",
	filename="",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

LeetMonkey PEFT GGUF Model

This repository contains the GGUF version of the LeetMonkey PEFT model, fine-tuned for solving LeetCode problems.

Model Details

  • Base Model: DeepSeek Coder 6.7B
  • Fine-tuning: PEFT (Parameter-Efficient Fine-Tuning), LeetMonkey PEFT Model
  • Format: GGUF (GPT-Generated Unified Format)
  • Use Case: Generating Python solutions for LeetCode problems

Usage

This model can be used with libraries that support GGUF format, such as llama.cpp.

Downloads last month
6
GGUF
Model size
7B 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

Spaces using sugiv/leetmonkey-peft-gguf 3