Instructions to use segment-any-text/sat-1l-sm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use segment-any-text/sat-1l-sm with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="segment-any-text/sat-1l-sm")# Load model directly from transformers import AutoModelForTokenClassification model = AutoModelForTokenClassification.from_pretrained("segment-any-text/sat-1l-sm", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload model.onnx with huggingface_hub
Browse files- model.onnx +2 -2
model.onnx
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6fd57ebafacce012236993de83f6ea48e9c67f2dcb44abc5264c5110d87309cf
|
| 3 |
+
size 399410050
|