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

  • Log In
  • Sign Up

model-attribution-challenge
/
roberta-base

Fill-Mask
Transformers
PyTorch
google-tensorflow TensorFlow
JAX
Rust
Safetensors
English
roberta
exbert
Model card Files Files and versions
xet
Community

Instructions to use model-attribution-challenge/roberta-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use model-attribution-challenge/roberta-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="model-attribution-challenge/roberta-base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("model-attribution-challenge/roberta-base")
    model = AutoModelForMaskedLM.from_pretrained("model-attribution-challenge/roberta-base")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-base
2.82 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 28 commits
julien-c's picture
julien-c HF Staff
Convert weights to .safetensors (#3)
ff46155 over 3 years ago
  • .gitattributes
    445 Bytes
    Convert weights to .safetensors (#3) over 3 years ago
  • README.md
    9.08 kB
    Migrate model card from transformers-repo over 5 years ago
  • config.json
    481 Bytes
    Update config.json about 6 years ago
  • dict.txt
    603 kB
    Update dict.txt almost 7 years ago
  • flax_model.msgpack
    499 MB
    xet
    add flax weights almost 5 years ago
  • merges.txt
    456 kB
    Update merges.txt over 6 years ago
  • model.safetensors
    499 MB
    xet
    Convert weights to .safetensors (#3) over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    501 MB
    xet
    Update pytorch_model.bin over 6 years ago
  • rust_model.ot
    656 MB
    xet
    Update rust_model.ot about 6 years ago
  • tf_model.h5
    657 MB
    xet
    Update tf_model.h5 over 6 years ago
  • tokenizer.json
    1.36 MB
    Update tokenizer.json over 5 years ago
  • vocab.json
    899 kB
    Update vocab.json over 6 years ago