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)
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.