Instructions to use doas/test5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use doas/test5 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="doas/test5")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("doas/test5") model = AutoModel.from_pretrained("doas/test5") - Notebooks
- Google Colab
- Kaggle
Upload model-00005-of-00006.safetensors with huggingface_hub
Browse files
model-00005-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d54a9739ada69bfe0016dc2d1c8171d2624716647bfcf6b62a220f16fb19c495
|
| 3 |
+
size 9867439056
|