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

pipe = pipeline("question-answering", model="OtterDev/otterchat")
# Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering

tokenizer = AutoTokenizer.from_pretrained("OtterDev/otterchat")
model = AutoModelForQuestionAnswering.from_pretrained("OtterDev/otterchat")
Quick Links

OtterChat

OtterChat is a custom-trained model made by me that allows you to ask questions about given data.

Model Details

  • Developed by: OtterDev
  • Model type: Question Answering
Downloads last month
9
Safetensors
Model size
0.3B params
Tensor type
I64
·
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Datasets used to train OtterDev/otterchat