Instructions to use Tiiny/Bamboo-base-v0_1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Tiiny/Bamboo-base-v0_1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="Tiiny/Bamboo-base-v0_1", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Tiiny/Bamboo-base-v0_1", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Yixin Song commited on
Commit ·
b878f07
1
Parent(s): 48f0f44
add model weight
Browse files
model-00001-of-00003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8561b77b5934352ba8cdcd5cdcc57901417b46ee6421f62dd06c0fccea3cc4cd
|
| 3 |
+
size 4943162336
|
model-00002-of-00003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e039678e8881d4ca6a67534039539b890958c28a044f5f97edc0aa5305079b94
|
| 3 |
+
size 4999819336
|