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

k-ush
/
xlm-roberta-base-ance-warmup

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

Instructions to use k-ush/xlm-roberta-base-ance-warmup with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use k-ush/xlm-roberta-base-ance-warmup with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="k-ush/xlm-roberta-base-ance-warmup")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("k-ush/xlm-roberta-base-ance-warmup")
    model = AutoModelForMaskedLM.from_pretrained("k-ush/xlm-roberta-base-ance-warmup", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
xlm-roberta-base-ance-warmup
3.35 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
k-ush's picture
k-ush
Update README.md for adding note about XLMRobertaForSequenceClassification
2a379ed over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    1.69 kB
    Update README.md for adding note about XLMRobertaForSequenceClassification over 3 years ago
  • added_tokens.json
    2 Bytes
    initial commit over 3 years ago
  • config.json
    836 Bytes
    initial commit over 3 years ago
  • optimizer.pt

    Detected Pickle imports (3)

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

    What is a pickle import?

    2.22 GB
    xet
    initial commit over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.12 GB
    xet
    initial commit over 3 years ago
  • scheduler.pt

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    819 Bytes
    xet
    initial commit over 3 years ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    initial commit over 3 years ago
  • special_tokens_map.json
    150 Bytes
    initial commit over 3 years ago
  • tokenizer_config.json
    59 Bytes
    initial commit over 3 years ago