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

  • Log In
  • Sign Up

Jabbari
/
AsA

Text Classification
Transformers
Arabic
Reviews
feedback
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Jabbari/AsA with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Jabbari/AsA")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Jabbari/AsA", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
AsA
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Jabbari's picture
Jabbari
Update README.md
6d9b65b about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    123 Bytes
    Update README.md about 3 years ago
  • model.py
    757 Bytes
    Create model.py about 3 years ago