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