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

messouci
/
Nabdai

Text Classification
Transformers
Arabic
English
medical
ai
hybrid
data-analysis
arabic
english
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use messouci/Nabdai with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="messouci/Nabdai")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("messouci/Nabdai", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Nabdai
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
messouci's picture
messouci
Update README.md
1f67f5b verified 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • LICENSE.txt
    3.14 kB
    Upload LICENSE.txt 7 months ago
  • README.md
    2.73 kB
    Update README.md 7 months ago