Instructions to use OtterDev/otterchat2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OtterDev/otterchat2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="OtterDev/otterchat2")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("OtterDev/otterchat2") model = AutoModelForQuestionAnswering.from_pretrained("OtterDev/otterchat2") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
09a5a67 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:bd7b2f1a8c65ea6a969025d7039dd0c59d582a604998bd4ce453232e756ec960
size 2108879
|