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

quynhphuong1209
/
xlmr-multitask

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

Instructions to use quynhphuong1209/xlmr-multitask with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use quynhphuong1209/xlmr-multitask with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="quynhphuong1209/xlmr-multitask")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("quynhphuong1209/xlmr-multitask")
    model = AutoModelForMaskedLM.from_pretrained("quynhphuong1209/xlmr-multitask", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
xlmr-multitask
1.13 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 17 commits
quynhphuong1209's picture
quynhphuong1209
Upload best_model.pt
90bd58c verified 3 months ago
  • .gitattributes
    1.69 kB
    Upload folder using huggingface_hub 4 months ago
  • README.md
    5.17 kB
    Upload tokenizer 4 months ago
  • best_model.pt

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.11 GB
    xet
    Upload best_model.pt 3 months ago
  • config.json
    725 Bytes
    Upload config 4 months ago
  • confusion_matrices.png
    121 kB
    xet
    Upload folder using huggingface_hub 4 months ago
  • tokenizer.json
    16.8 MB
    xet
    Upload tokenizer.json with huggingface_hub 4 months ago
  • tokenizer_config.json
    314 Bytes
    Upload tokenizer_config.json with huggingface_hub 4 months ago
  • training_config.json
    302 Bytes
    Upload training_config.json with huggingface_hub 4 months ago
  • training_curves.png
    118 kB
    xet
    Upload folder using huggingface_hub 4 months ago
  • xlmr_v1_results.json
    632 Bytes
    Upload folder using huggingface_hub 4 months ago