Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

UBC-NLP
/
MARBERT

Fill-Mask
Transformers
PyTorch
google-tensorflow TensorFlow
JAX
Arabic
bert
Arabic BERT
MSA
Twitter
Masked Langauge Model
Model card Files Files and versions
xet
Community
6

Instructions to use UBC-NLP/MARBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use UBC-NLP/MARBERT with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="UBC-NLP/MARBERT")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("UBC-NLP/MARBERT")
    model = AutoModelForMaskedLM.from_pretrained("UBC-NLP/MARBERT")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
MARBERT
Ctrl+K
Ctrl+K
  • 5 contributors
History: 25 commits
m-nagoudi's picture
m-nagoudi
Update README.md
88e1fa1 over 3 years ago
  • .gitattributes
    391 Bytes
    allow flax almost 5 years ago
  • MARBERT_pytorch_verison.tar.gz
    607 MB
    xet
    Add checkpoints over 5 years ago
  • MARBERT_tensorflow_version.tar.gz
    1.79 GB
    xet
    Add checkpoints over 5 years ago
  • README.md
    3.99 kB
    Update README.md over 3 years ago
  • config.json
    701 Bytes
    Update config over 5 years ago
  • flax_model.msgpack
    652 MB
    xet
    upload flax model almost 5 years ago
  • pytorch_model.bin
    654 MB
    xet
    First version MARBERT model and tokenizer. over 5 years ago
  • special_tokens_map.json
    112 Bytes
    First version MARBERT model and tokenizer. over 5 years ago
  • tf_model.h5
    652 MB
    xet
    First version MARBERT model and tokenizer. over 5 years ago
  • tokenizer_config.json
    376 Bytes
    First version MARBERT model and tokenizer. over 5 years ago
  • vocab.txt
    1.1 MB
    First version MARBERT model and tokenizer. over 5 years ago