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

  • Log In
  • Sign Up

mofawzy
/
bert-ajgt

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

Instructions to use mofawzy/bert-ajgt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mofawzy/bert-ajgt with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="mofawzy/bert-ajgt")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("mofawzy/bert-ajgt")
    model = AutoModelForSequenceClassification.from_pretrained("mofawzy/bert-ajgt")
  • Notebooks
  • Google Colab
  • Kaggle
bert-ajgt
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
mofawzy's picture
mofawzy
Update README.md
2b31eb1 about 4 years ago
  • .gitattributes
    1.18 kB
    initial commit about 4 years ago
  • README.md
    1.03 kB
    Update README.md about 4 years ago
  • config.json
    749 Bytes
    add model for ajgt dataset about 4 years ago
  • optimizer.pt
    1.08 GB
    xet
    add model for ajgt dataset about 4 years ago
  • pytorch_model.bin
    541 MB
    xet
    add model for ajgt dataset about 4 years ago
  • rng_state.pth
    14.5 kB
    xet
    add model for ajgt dataset about 4 years ago
  • scheduler.pt
    623 Bytes
    xet
    add model for ajgt dataset about 4 years ago
  • special_tokens_map.json
    112 Bytes
    add model for ajgt dataset about 4 years ago
  • tokenizer.json
    1.77 MB
    add model for ajgt dataset about 4 years ago
  • tokenizer_config.json
    443 Bytes
    add model for ajgt dataset about 4 years ago
  • trainer_state.json
    3.23 kB
    add model for ajgt dataset about 4 years ago
  • training_args.bin
    2.99 kB
    xet
    add model for ajgt dataset about 4 years ago
  • vocab.txt
    751 kB
    add model for ajgt dataset about 4 years ago