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="Userpawan/friend")
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM

tokenizer = AutoTokenizer.from_pretrained("Userpawan/friend")
model = AutoModelForSeq2SeqLM.from_pretrained("Userpawan/friend")
Quick Links

Model Overview This model is made as an supportive friend trained on a small dataset. This model is originally a flan-t5-large model.

Downloads last month
10
Safetensors
Model size
0.8B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Userpawan/friend

Finetuned
(211)
this model