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

Hezam
/
ArabicT5_Classification

Text Classification
Transformers
PyTorch
Arabic
t5
text2text-generation
Classification
ArabicT5
Text Classification
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use Hezam/ArabicT5_Classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Hezam/ArabicT5_Classification")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("Hezam/ArabicT5_Classification")
    model = AutoModelForSeq2SeqLM.from_pretrained("Hezam/ArabicT5_Classification")
  • Notebooks
  • Google Colab
  • Kaggle
ArabicT5_Classification
3.53 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 23 commits
Hezam's picture
Hezam
Delete model.safetensors
e9ffe5c verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    2.01 kB
    Update README.md over 2 years ago