My Fine-Tuned Llama Model
This model is fine-tuned on a custom dataset to address Farmer Queries. It has been trained on a wide variety of Farmer Discussion forums and Questions
Usage
from transformers import pipeline
generator = pipeline("text-generation", model="anurag2506/Llama_finetune_farmer")
output = generator("Once upon a time", max_length=500)
print(output)
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social
visibility and check back later, or deploy to Inference Endpoints (dedicated)
instead.