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

avcton
/
whisper-hallucination-detection

Keras
tensorflow
whisper
hallucination
classification
Model card Files Files and versions
xet
Community

Instructions to use avcton/whisper-hallucination-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Keras

    How to use avcton/whisper-hallucination-detection with Keras:

    # Available backend options are: "jax", "torch", "tensorflow".
    import os
    os.environ["KERAS_BACKEND"] = "jax"
    
    import keras
    
    model = keras.saving.load_model("hf://avcton/whisper-hallucination-detection")
    
  • Notebooks
  • Google Colab
  • Kaggle
whisper-hallucination-detection
6.43 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
avcton's picture
avcton
Updated usage to be more concise and efficient
511ec05 verified 10 months ago
  • .gitattributes
    1.57 kB
    initial upload: model + custom objects 10 months ago
  • README.md
    3.24 kB
    Updated usage to be more concise and efficient 10 months ago
  • config.json
    172 Bytes
    initial upload: model + custom objects 10 months ago
  • custom_objects.py
    2.53 kB
    initial upload: model + custom objects 10 months ago
  • model.keras
    6.42 MB
    xet
    initial upload: model + custom objects 10 months ago
  • predict_and_decode_utils.py
    2.89 kB
    initial upload: model + custom objects 10 months ago