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

aubmindlab
/
bert-base-arabertv02-twitter

Fill-Mask
Transformers
PyTorch
TensorBoard
Safetensors
Arabic
bert
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use aubmindlab/bert-base-arabertv02-twitter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use aubmindlab/bert-base-arabertv02-twitter with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="aubmindlab/bert-base-arabertv02-twitter")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("aubmindlab/bert-base-arabertv02-twitter")
    model = AutoModelForMaskedLM.from_pretrained("aubmindlab/bert-base-arabertv02-twitter")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
bert-base-arabertv02-twitter / runs
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
wissamantoun's picture
wissamantoun
First commit
c7be764 over 4 years ago
  • Aug29_21-32-23_660e80775921
    First commit over 4 years ago
  • Aug31_02-06-24_6f9851eb76f4
    First commit over 4 years ago
  • Sep04_22-51-06_0fb508bd6187
    First commit over 4 years ago
  • Sep06_02-34-50_00002cecfaa1
    First commit over 4 years ago
  • Sep07_10-51-50_571b66b4ee56
    First commit over 4 years ago
  • Sep08_11-24-31_84a764423b26
    First commit over 4 years ago