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

  • Log In
  • Sign Up

UBC-NLP
/
ARBERTv2

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

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

  • Libraries
  • Transformers

    How to use UBC-NLP/ARBERTv2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="UBC-NLP/ARBERTv2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("UBC-NLP/ARBERTv2")
    model = AutoModelForMaskedLM.from_pretrained("UBC-NLP/ARBERTv2")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
ARBERTv2
1.96 GB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 11 commits
gagan3012's picture
gagan3012
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
ec9ffb4 verified about 2 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    3.58 kB
    Update README.md about 3 years ago
  • config.json
    753 Bytes
    Update config.json about 3 years ago
  • model.safetensors
    654 MB
    xet
    Adding `safetensors` variant of this model (#1) about 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    654 MB
    xet
    commit from elmadany about 3 years ago
  • special_tokens_map.json
    125 Bytes
    Upload 4 files about 3 years ago
  • tf_model.h5
    652 MB
    xet
    commit from elmadany about 3 years ago
  • tokenizer_config.json
    485 Bytes
    commit from elmadany about 3 years ago
  • vocab.txt
    1.17 MB
    Upload 4 files about 3 years ago