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

anandohm
/
S_ohm

Fill-Mask
Transformers
Safetensors
roberta
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use anandohm/S_ohm with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="anandohm/S_ohm")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("anandohm/S_ohm")
    model = AutoModelForMaskedLM.from_pretrained("anandohm/S_ohm")
  • Notebooks
  • Google Colab
  • Kaggle
S_ohm
334 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
anandohm's picture
anandohm
Upload 5 files
b8fa16e verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    28 Bytes
    initial commit almost 2 years ago
  • config.json
    636 Bytes
    Upload 5 files almost 2 years ago
  • merges.txt
    14 Bytes
    Upload 5 files almost 2 years ago
  • model.safetensors
    334 MB
    xet
    Upload 5 files almost 2 years ago
  • training_args.bin
    5.11 kB
    xet
    Upload 5 files almost 2 years ago
  • vocab.json
    2.16 kB
    Upload 5 files almost 2 years ago