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

  • Log In
  • Sign Up

gszabo
/
base_subtoken50

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

Instructions to use gszabo/base_subtoken50 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use gszabo/base_subtoken50 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="gszabo/base_subtoken50")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("gszabo/base_subtoken50")
    model = AutoModelForMaskedLM.from_pretrained("gszabo/base_subtoken50")
  • Notebooks
  • Google Colab
  • Kaggle
base_subtoken50
501 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
gszabo's picture
gszabo
Update config.json
58f949d over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • config.json
    706 Bytes
    Update config.json over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    498 MB
    xet
    Upload XLMRobertaForMaskedLM over 3 years ago
  • special_tokens_map.json
    167 Bytes
    Upload tokenizer over 3 years ago
  • tokenizer.json
    3.47 MB
    Upload tokenizer over 3 years ago
  • tokenizer_config.json
    78 Bytes
    Upload tokenizer over 3 years ago