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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

yihongLiu
/
ofa-multi-200

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

Instructions to use yihongLiu/ofa-multi-200 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use yihongLiu/ofa-multi-200 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="yihongLiu/ofa-multi-200")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("yihongLiu/ofa-multi-200")
    model = AutoModelForMaskedLM.from_pretrained("yihongLiu/ofa-multi-200")
  • Notebooks
  • Google Colab
  • Kaggle
ofa-multi-200
675 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
yihongLiu's picture
yihongLiu
Upload modeling_xlmr_extra.py
7e57080 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • config.json
    815 Bytes
    Upload XLMRobertaAssembledForMaskedLM over 2 years ago
  • modeling_xlmr_extra.py
    43.5 kB
    Upload modeling_xlmr_extra.py over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    667 MB
    xet
    Upload XLMRobertaAssembledForMaskedLM over 2 years ago
  • sentencepiece.bpe.model
    7.66 MB
    xet
    Upload tokenizer over 2 years ago
  • special_tokens_map.json
    279 Bytes
    Upload tokenizer over 2 years ago
  • tokenizer_config.json
    551 Bytes
    Upload tokenizer over 2 years ago