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

metricv
/
metricsubs-bert-segmenter

Fill-Mask
Transformers
Safetensors
English
modernbert
masked-lm
long-context
Model card Files Files and versions
xet
Community

Instructions to use metricv/metricsubs-bert-segmenter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use metricv/metricsubs-bert-segmenter with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="metricv/metricsubs-bert-segmenter")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("metricv/metricsubs-bert-segmenter")
    model = AutoModelForMaskedLM.from_pretrained("metricv/metricsubs-bert-segmenter")
  • Notebooks
  • Google Colab
  • Kaggle
metricsubs-bert-segmenter
1.59 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
metricv's picture
metricv
Update README.md
c69e614 verified 6 months ago
  • .gitattributes
    1.52 kB
    Initial commit 6 months ago
  • .gitignore
    143 Bytes
    Initial commit 6 months ago
  • .python-version
    5 Bytes
    Initial commit 6 months ago
  • README.md
    317 Bytes
    Update README.md 6 months ago
  • config.json
    1.22 kB
    Initial commit 6 months ago
  • model.safetensors
    1.58 GB
    xet
    Update model 6 months ago
  • pyproject.toml
    270 Bytes
    Initial commit 6 months ago
  • special_tokens_map.json
    870 Bytes
    Initial commit 6 months ago
  • tokenizer.json
    3.58 MB
    Initial commit 6 months ago
  • tokenizer_config.json
    21.1 kB
    Initial commit 6 months ago
  • train.py
    6.36 kB
    Update model 6 months ago
  • uv.lock
    336 kB
    Initial commit 6 months ago