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

Davlan
/
afro-xlmr-large-76L

Fill-Mask
Transformers
PyTorch
JAX
Safetensors
xlm-roberta
Generated from Trainer
Model card Files Files and versions
xet
Community
1

Instructions to use Davlan/afro-xlmr-large-76L with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Davlan/afro-xlmr-large-76L with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="Davlan/afro-xlmr-large-76L")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("Davlan/afro-xlmr-large-76L")
    model = AutoModelForMaskedLM.from_pretrained("Davlan/afro-xlmr-large-76L")
  • Notebooks
  • Google Colab
  • Kaggle
afro-xlmr-large-76L
6.74 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 7 commits
Davlan's picture
Davlan
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
14a5ee3 verified over 1 year ago
  • .gitattributes
    1.57 kB
    Upload 3 files over 2 years ago
  • README.md
    2.67 kB
    Update README.md over 2 years ago
  • config.json
    711 Bytes
    Upload 3 files over 2 years ago
  • flax_model.msgpack
    2.24 GB
    xet
    add new model over 2 years ago
  • model.safetensors
    2.24 GB
    xet
    Adding `safetensors` variant of this model (#1) over 1 year ago
  • pytorch_model.bin
    2.24 GB
    xet
    add new model over 2 years ago
  • tokenizer.json
    17.1 MB
    xet
    Upload 3 files over 2 years ago
  • tokenizer_config.json
    413 Bytes
    Upload 3 files over 2 years ago