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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload model-00003-of-00006.safetensors with huggingface_hub
Browse files
model-00003-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e463d862baa92375f6ac8f342741964bfd8c670eb7ee101dde30ec427e15799c
|
| 3 |
+
size 9940839248
|