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

ARTPARK-IISc
/
Vaani-LID_v0

Feature Extraction
Transformers
Safetensors
whisper-lid
language
speech
SpeechLID
custom_code
Model card Files Files and versions
xet
Community

Instructions to use ARTPARK-IISc/Vaani-LID_v0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ARTPARK-IISc/Vaani-LID_v0 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="ARTPARK-IISc/Vaani-LID_v0", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("ARTPARK-IISc/Vaani-LID_v0", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Vaani-LID_v0
3.24 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 12 commits
SujithPulikodan's picture
SujithPulikodan
Update README.md
df5a139 verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    2.58 kB
    Update README.md 4 months ago
  • config.json
    2.16 kB
    Upload LangClassificationHead 5 months ago
  • model.safetensors
    3.24 GB
    xet
    Upload LangClassificationHead 5 months ago
  • modeling_whisper_lid.py
    10.4 kB
    Upload modeling_whisper_lid.py with huggingface_hub 5 months ago
  • preprocessor_config.json
    357 Bytes
    Upload feature extractor 5 months ago