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

SinaLab
/
ArabGlossBERT

Text Classification
Transformers
PyTorch
Arabic
bert
text-embeddings-inference
Model card Files Files and versions
xet
Community
2

Instructions to use SinaLab/ArabGlossBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use SinaLab/ArabGlossBERT with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="SinaLab/ArabGlossBERT")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("SinaLab/ArabGlossBERT")
    model = AutoModelForSequenceClassification.from_pretrained("SinaLab/ArabGlossBERT")
  • Notebooks
  • Google Colab
  • Kaggle
ArabGlossBERT / arabert /examples /old
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
TymaaHammouda's picture
TymaaHammouda
Upload 106 files
ceed500 verified over 2 years ago
  • AraBERT_ANERCorp_CamelSplits.ipynb
    695 kB
    Upload 106 files over 2 years ago
  • AraBERT_Fill_Mask.ipynb
    240 kB
    Upload 106 files over 2 years ago
  • AraBERT_Text_Classification_with_HF_Trainer_Pytorch_GPU.ipynb
    3.42 MB
    Upload 106 files over 2 years ago
  • AraBERT_with_fast_bert.ipynb
    24.3 kB
    Upload 106 files over 2 years ago
  • AraBert_output_Embeddings_PyTorch.ipynb
    45.3 kB
    Upload 106 files over 2 years ago
  • MTL_AraBERT_Offensive_Lanaguage_detection.ipynb
    111 kB
    Upload 106 files over 2 years ago
  • README.md
    976 Bytes
    Upload 106 files over 2 years ago
  • araBERT_(Updated_Demo_TF).ipynb
    98.6 kB
    Upload 106 files over 2 years ago