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="Ank-067/gitapedia-tinyllama-lora")
messages = [
    {"role": "user", "content": "Who are you?"},
]
pipe(messages)
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Ank-067/gitapedia-tinyllama-lora", dtype="auto")
Quick Links

Model Card for Model ID

Model Details

Model Description

  • Developed by: [Ankit Kumar]
  • Finetuned from model: [tinyllama]

Model Sources [optional]

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

Model tree for Ank-067/gitapedia-tinyllama-lora

Adapter
(1494)
this model