Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

segment-any-text
/
sat-12l-sm

Token Classification
Transformers
ONNX
Safetensors
xlm-token
Model card Files Files and versions
xet
Community
2

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
sat-12l-sm
2.24 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
benjamin's picture
benjamin
Upload model.onnx with huggingface_hub
d70c72a verified over 1 year ago
  • .gitattributes
    1.57 kB
    Upload 4 files almost 2 years ago
  • README.md
    714 Bytes
    Update README.md almost 2 years ago
  • config.json
    967 Bytes
    Upload 4 files almost 2 years ago
  • model.onnx
    559 MB
    xet
    Upload model.onnx with huggingface_hub over 1 year ago
  • model.safetensors
    1.11 GB
    xet
    Upload 4 files almost 2 years ago
  • model_optimized.onnx
    556 MB
    xet
    Upload model_optimized.onnx with huggingface_hub over 1 year ago
  • trainer_state.json
    18.3 MB
    xet
    Upload 4 files almost 2 years ago
  • training_args.bin
    4.98 kB
    xet
    Upload 4 files almost 2 years ago