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

tsantosh7
/
Bailii-Roberta

Fill-Mask
Transformers
PyTorch
English
roberta
Model card Files Files and versions
xet
Community
1

Instructions to use tsantosh7/Bailii-Roberta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use tsantosh7/Bailii-Roberta with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="tsantosh7/Bailii-Roberta")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("tsantosh7/Bailii-Roberta")
    model = AutoModelForMaskedLM.from_pretrained("tsantosh7/Bailii-Roberta", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Bailii-Roberta
2 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
963c11f about 3 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model about 3 years ago
  • README.md
    2.53 kB
    Update README.md about 4 years ago
  • config.json
    672 Bytes
    Upload config.json about 4 years ago
  • merges.txt
    456 kB
    Upload merges.txt about 4 years ago
  • model.safetensors
    499 MB
    xet
    Adding `safetensors` variant of this model about 3 years ago
  • optimizer.pt
    998 MB
    xet
    Upload optimizer.pt about 4 years ago
  • pytorch_model.bin
    499 MB
    xet
    Upload pytorch_model.bin about 4 years ago
  • rng_state.pth
    14.5 kB
    xet
    Upload rng_state.pth about 4 years ago
  • scheduler.pt
    623 Bytes
    xet
    Upload scheduler.pt about 4 years ago
  • tokenizer.json
    1.36 MB
    Upload tokenizer.json about 4 years ago
  • trainer_state.json
    363 kB
    Upload trainer_state.json about 4 years ago
  • training_args.bin
    2.86 kB
    xet
    Upload training_args.bin about 4 years ago
  • vocab.json
    899 kB
    Upload vocab.json about 4 years ago