Instructions to use OpenNLG/OpenBA-V2-Chat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OpenNLG/OpenBA-V2-Chat with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="OpenNLG/OpenBA-V2-Chat", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("OpenNLG/OpenBA-V2-Chat", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
3d28019 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a09bc5db14ee66a65af03b6e548c0db8ccd9b93544e08c90553d2ac957116c0a
size 7617363989
|