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