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

  • Log In
  • Sign Up

pere
/
roberta-base-exp-32

Fill-Mask
Transformers
PyTorch
JAX
TensorBoard
xlm-roberta
norwegian
bert
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use pere/roberta-base-exp-32 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use pere/roberta-base-exp-32 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="pere/roberta-base-exp-32")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("pere/roberta-base-exp-32")
    model = AutoModelForMaskedLM.from_pretrained("pere/roberta-base-exp-32")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-base-exp-32
Ctrl+K
Ctrl+K
  • 1 contributor
History: 70 commits
pere's picture
pere
Merge branch 'main' of https://huggingface.co/pere/roberta-base-exp-32 into main
a5e3fc3 over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    545 Bytes
    Original over 3 years ago
  • config.json
    693 Bytes
    Original over 3 years ago
  • copy_tokenizer_config.py
    312 Bytes
    Original over 3 years ago
  • events.out.tfevents.1667656050.t1v-n-cbb8d7ca-w-0.292950.0.v2
    148 MB
    xet
    Finished model over 3 years ago
  • flax_model.msgpack
    1.11 GB
    xet
    Finished model over 3 years ago
  • generate_pt_model.py
    224 Bytes
    Original over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    1.11 GB
    xet
    Finished model over 3 years ago
  • run.sh
    655 Bytes
    Original over 3 years ago
  • run_mlm_flax_stream.py
    27.2 kB
    Original over 3 years ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Original over 3 years ago
  • tokenizer.json
    9.1 MB
    Original over 3 years ago