Instructions to use OpenBA/OpenBA-InstructGen with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OpenBA/OpenBA-InstructGen with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="OpenBA/OpenBA-InstructGen", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("OpenBA/OpenBA-InstructGen", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
openba commited on
Commit ·
9991f0b
1
Parent(s): ec736cc
add checkpoint
Browse files
pytorch_model-00003-of-00003.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f99adced4967dc5e15da4a25ff16d25687610f3d751fb9c646dba36e3598082b
|
| 3 |
+
size 9180588837
|