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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

adnanmd76
/
islamic-ai-foundation

Text Classification
Transformers
bert
islamic-ai
quran
hadith
fiqh
abjad
adanid-ecosystem
foundation-model
multilingual
noor-e-abjad
tajweed
jannah-points
Model card Files Files and versions
xet
Community

Instructions to use adnanmd76/islamic-ai-foundation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use adnanmd76/islamic-ai-foundation with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="adnanmd76/islamic-ai-foundation")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("adnanmd76/islamic-ai-foundation")
    model = AutoModelForSequenceClassification.from_pretrained("adnanmd76/islamic-ai-foundation", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
islamic-ai-foundation
7.66 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
adnanmd76's picture
adnanmd76
Create vocab.txt
91546d3 verified 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    3.47 kB
    Create README.md 6 months ago
  • config.json
    1.29 kB
    Create config.json 6 months ago
  • demo_results.json
    78 Bytes
    Upload Universal Islamic AI Demo Results 6 months ago
  • mergekit-multimodal-islamic.yaml
    902 Bytes
    Create mergekit-multimodal-islamic.yaml 6 months ago
  • tokenizer_config.json
    277 Bytes
    Create tokenizer_config.json 6 months ago
  • vocab.txt
    118 Bytes
    Create vocab.txt 6 months ago