How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="macadeliccc/code-llama-pro-8b-qlora")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("macadeliccc/code-llama-pro-8b-qlora")
model = AutoModelForCausalLM.from_pretrained("macadeliccc/code-llama-pro-8b-qlora")
Quick Links

Code-Llama-Pro-8b

This model is a finetune of Llama-Pro-8b and is finetuned on a split of Magic-Coder-Evol-Instruction-110k

The usage instructions are the same as the standard model.

Evaluations will be uploaded soon.

Code Example

TODO

Evaluation

TODO

Built with Axolotl

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