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

kd13
/
RoPERT-MLM-small

Fill-Mask
Transformers
Safetensors
English
mybert
mlm
custom_code
Model card Files Files and versions
xet
Community

Instructions to use kd13/RoPERT-MLM-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use kd13/RoPERT-MLM-small with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="kd13/RoPERT-MLM-small", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForMaskedLM
    model = AutoModelForMaskedLM.from_pretrained("kd13/RoPERT-MLM-small", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
RoPERT-MLM-small
170 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
kd13's picture
kd13
Update README.md
e50c1e7 verified 17 days ago
  • .gitattributes
    1.52 kB
    initial commit 17 days ago
  • README.md
    2.92 kB
    Update README.md 17 days ago
  • config.json
    688 Bytes
    Update config.json 17 days ago
  • configuration_mybert.py
    1.33 kB
    Upload 6 files 17 days ago
  • model.safetensors
    170 MB
    xet
    Upload 6 files 17 days ago
  • modeling_mybert.py
    10.7 kB
    Upload 6 files 17 days ago
  • tokenizer.json
    397 kB
    Upload 6 files 17 days ago
  • tokenizer_config.json
    326 Bytes
    Upload 6 files 17 days ago