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

jplu
/
tf-xlm-roberta-base

Fill-Mask
Transformers
google-tensorflow TensorFlow
xlm-roberta
Model card Files Files and versions
xet
Community
1

Instructions to use jplu/tf-xlm-roberta-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use jplu/tf-xlm-roberta-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="jplu/tf-xlm-roberta-base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("jplu/tf-xlm-roberta-base")
    model = AutoModelForMaskedLM.from_pretrained("jplu/tf-xlm-roberta-base")
  • Notebooks
  • Google Colab
  • Kaggle
tf-xlm-roberta-base
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
julien-c's picture
julien-c HF Staff
Migrate model card from transformers-repo
bda462c over 5 years ago
  • .gitattributes
    345 Bytes
    initial commit over 6 years ago
  • README.md
    1.7 kB
    Migrate model card from transformers-repo over 5 years ago
  • config.json
    512 Bytes
    Update config.json about 6 years ago
  • sentencepiece.bpe.model
    5.07 MB
    Update sentencepiece.bpe.model over 6 years ago
  • tf_model.h5
    1.89 GB
    xet
    Update tf_model.h5 over 6 years ago