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

HikmaLabs
/
ukhbert_narrator_detection

Token Classification
Transformers
Safetensors
Arabic
bert
Hadith
islam
arabic
isnad
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use HikmaLabs/ukhbert_narrator_detection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="HikmaLabs/ukhbert_narrator_detection")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("HikmaLabs/ukhbert_narrator_detection")
    model = AutoModelForTokenClassification.from_pretrained("HikmaLabs/ukhbert_narrator_detection")
  • Notebooks
  • Google Colab
  • Kaggle
ukhbert_narrator_detection
710 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 13 commits
FDSRashid's picture
FDSRashid
add linking model to get narrator ids
8f38718 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    7.82 kB
    add linking model to get narrator ids about 1 year ago
  • config.json
    873 Bytes
    Update config.json about 1 year ago
  • eval_results.txt
    182 Bytes
    added narrator detection model to ukhbert about 1 year ago
  • model.safetensors
    709 MB
    xet
    Adding `safetensors` variant of this model (#1) about 1 year ago
  • model_args.json
    1.72 kB
    Update model_args.json about 1 year ago
  • special_tokens_map.json
    112 Bytes
    added narrator detection model to ukhbert about 1 year ago
  • tokenizer_config.json
    132 Bytes
    Update tokenizer_config.json about 1 year ago
  • vocab.txt
    996 kB
    added narrator detection model to ukhbert about 1 year ago