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

  • 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
8.3 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
TymaaHammouda's picture
TymaaHammouda
Upload 106 files
ceed500 verified about 2 years ago
  • __pycache__
    Upload 106 files about 2 years ago
  • arabert
    Upload 106 files about 2 years ago
  • araelectra
    Upload 106 files about 2 years ago
  • aragpt2
    Upload 106 files about 2 years ago
  • examples
    Upload 106 files about 2 years ago
  • .gitignore
    1.96 kB
    Upload 106 files about 2 years ago
  • AJGT.xlsx
    107 kB
    Upload 106 files about 2 years ago
  • README.md
    11.5 kB
    Upload 106 files about 2 years ago
  • __init__.py
    15 Bytes
    Upload 106 files about 2 years ago
  • arabert_logo.png
    19.4 kB
    Upload 106 files about 2 years ago
  • preprocess.py
    32.2 kB
    Upload 106 files about 2 years ago
  • requirements.txt
    140 Bytes
    Upload 106 files about 2 years ago