Instructions to use segment-any-text/sat-12l-sm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use segment-any-text/sat-12l-sm with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="segment-any-text/sat-12l-sm")# Load model directly from transformers import AutoModelForTokenClassification model = AutoModelForTokenClassification.from_pretrained("segment-any-text/sat-12l-sm", dtype="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
63703d5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9b00b33ad9e6934c22dd9b1408f105a551b498f356ac991e4a97d8516b8b7ec4
size 4984
|