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-00002-of-00006.safetensors with huggingface_hub
Browse files
model-00002-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1328cbde0a32098241b495868571b8eb096c2d7f5b2604734645dd83661d7ed8
|
| 3 |
+
size 9940838856
|