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

  • Log In
  • Sign Up

FremyCompany
/
roberta-base-nl-oscar23

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

Instructions to use FremyCompany/roberta-base-nl-oscar23 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use FremyCompany/roberta-base-nl-oscar23 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="FremyCompany/roberta-base-nl-oscar23")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("FremyCompany/roberta-base-nl-oscar23")
    model = AutoModelForMaskedLM.from_pretrained("FremyCompany/roberta-base-nl-oscar23")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-base-nl-oscar23
502 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
FremyCompany's picture
FremyCompany
Fix the tokenizer issue reported by @BramVanroy
fb1e551 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • config.json
    865 Bytes
    Fix the tokenizer issue reported by @BramVanroy over 2 years ago
  • merges.txt
    502 kB
    Upload model over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    498 MB
    xet
    Fix the tokenizer issue reported by @BramVanroy over 2 years ago
  • special_tokens_map.json
    957 Bytes
    Upload model over 2 years ago
  • tokenizer.json
    2.19 MB
    Fix the tokenizer issue reported by @BramVanroy over 2 years ago
  • tokenizer_config.json
    1.34 kB
    Upload model over 2 years ago
  • vocab.json
    841 kB
    Upload model over 2 years ago