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

  • Log In
  • Sign Up

kd13
/
RoPERT-MLM-mini

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

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="kd13/RoPERT-MLM-mini", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForMaskedLM
    model = AutoModelForMaskedLM.from_pretrained("kd13/RoPERT-MLM-mini", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
RoPERT-MLM-mini
83.7 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
kd13's picture
kd13
Update README.md
45ddd44 verified 15 days ago
  • .gitattributes
    1.52 kB
    initial commit 19 days ago
  • README.md
    3.66 kB
    Update README.md 15 days ago
  • config.json
    688 Bytes
    Update config.json 19 days ago
  • configuration_mybert.py
    1.33 kB
    Update configuration_mybert.py 17 days ago
  • model.safetensors
    83.3 MB
    xet
    Upload 6 files 19 days ago
  • modeling_mybert.py
    10.3 kB
    Update modeling_mybert.py 17 days ago
  • tokenizer.json
    397 kB
    fix tokenizer post-processor, clean rope buffer code 19 days ago
  • tokenizer_config.json
    322 Bytes
    Upload 6 files 19 days ago