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

  • Log In
  • Sign Up

appier-rey
/
step_v2_2490

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

Instructions to use appier-rey/step_v2_2490 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use appier-rey/step_v2_2490 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="appier-rey/step_v2_2490")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("appier-rey/step_v2_2490")
    model = AutoModelForTokenClassification.from_pretrained("appier-rey/step_v2_2490")
  • Notebooks
  • Google Colab
  • Kaggle
step_v2_2490
1.59 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
appier-rey's picture
appier-rey
Upload tokenizer
54443a1 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.23 kB
    Upload ModernBertForTokenClassification about 1 year ago
  • model.safetensors
    1.58 GB
    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