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

pipe = pipeline("feature-extraction", model="SweatyCrayfish/Linux-CodeLlama-2-7B")
# Load model directly
from transformers import AutoTokenizer, AutoModel

tokenizer = AutoTokenizer.from_pretrained("SweatyCrayfish/Linux-CodeLlama-2-7B")
model = AutoModel.from_pretrained("SweatyCrayfish/Linux-CodeLlama-2-7B")
Quick Links

Linux_Llama_Chat_7B
Kinux_Llama_Chat_7B is a fine-tuned model based on Llama 2 Chat 7b base model and fine-tuned on the data set Ubuntu Dialogue Corpus

Acknowledgments

Base Model: Llama-2-7b-chat-hf

Fine-Tune Dataset

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