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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Kudod
/
roberta-mlm-model-v2.13

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

Instructions to use Kudod/roberta-mlm-model-v2.13 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Kudod/roberta-mlm-model-v2.13 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="Kudod/roberta-mlm-model-v2.13")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("Kudod/roberta-mlm-model-v2.13")
    model = AutoModelForMaskedLM.from_pretrained("Kudod/roberta-mlm-model-v2.13", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-mlm-model-v2.13
727 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
Kudod's picture
Kudod
Model save
2e0f21b verified about 1 year ago
  • last-checkpoint
    Training in progress, step 60130, checkpoint about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    1.63 kB
    Model save about 1 year ago
  • config.json
    638 Bytes
    Model save about 1 year ago
  • merges.txt
    577 kB
    Model save about 1 year ago
  • model.safetensors
    357 MB
    xet
    Model save about 1 year ago
  • special_tokens_map.json
    958 Bytes
    Model save about 1 year ago
  • tokenizer.json
    4.42 MB
    Model save about 1 year ago
  • tokenizer_config.json
    1.26 kB
    Model save about 1 year ago
  • training_args.bin
    5.78 kB
    xet
    Training in progress, step 10000 about 1 year ago
  • vocab.json
    1 MB
    Model save about 1 year ago