Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

theblackcat102
/
step_segmentation

Token Classification
Transformers
Safetensors
modernbert
Model card Files Files and versions
xet
Community

Instructions to use theblackcat102/step_segmentation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use theblackcat102/step_segmentation with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="theblackcat102/step_segmentation")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("theblackcat102/step_segmentation")
    model = AutoModelForTokenClassification.from_pretrained("theblackcat102/step_segmentation")
  • Notebooks
  • Google Colab
  • Kaggle
step_segmentation
602 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
theblackcat102's picture
theblackcat102
Upload tokenizer
c7a25e0 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    5.17 kB
    Upload ModernBertForTokenClassification about 1 year ago
  • config.json
    1.31 kB
    Upload ModernBertForTokenClassification about 1 year ago
  • model.safetensors
    598 MB
    xet
    Upload ModernBertForTokenClassification about 1 year ago
  • special_tokens_map.json
    694 Bytes
    Upload tokenizer about 1 year ago
  • tokenizer.json
    3.58 MB
    Upload tokenizer about 1 year ago
  • tokenizer_config.json
    20.8 kB
    Upload tokenizer about 1 year ago