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

Anshul1212
/
indicconformer-hi-hybrid-rnnt-large-hf

Automatic Speech Recognition
Transformers
Safetensors
indicconformer
feature-extraction
speech
audio
rnnt
ctc
conformer
indic
multilingual
custom_code
Model card Files Files and versions
xet
Community

Instructions to use Anshul1212/indicconformer-hi-hybrid-rnnt-large-hf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Anshul1212/indicconformer-hi-hybrid-rnnt-large-hf with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="Anshul1212/indicconformer-hi-hybrid-rnnt-large-hf", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Anshul1212/indicconformer-hi-hybrid-rnnt-large-hf", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
indicconformer-hi-hybrid-rnnt-large-hf
523 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Anshul1212's picture
Anshul1212
fix: convert tensor token IDs to Python integers for CTC decoding
be1c2c8 verified 8 months ago
  • tokenizer_models
    add hf pipeline 8 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    3.76 kB
    add hf pipeline 8 months ago
  • config.json
    1.65 kB
    add hf pipeline 8 months ago
  • configuration_indicconformer.py
    7.39 kB
    add hf pipeline 8 months ago
  • feature_extraction_indicconformer.py
    12.1 kB
    add hf pipeline 8 months ago
  • generation_config.json
    90 Bytes
    add hf pipeline 8 months ago
  • model.safetensors
    517 MB
    xet
    add hf pipeline 8 months ago
  • modeling_indicconformer.py
    44.6 kB
    add hf pipeline 8 months ago
  • nemo_filterbank.pt

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage"

    What is a pickle import?

    83.5 kB
    xet
    add hf pipeline 8 months ago
  • pipeline_indicconformer.py
    6.61 kB
    add hf pipeline 8 months ago
  • preprocessor_config.json
    450 Bytes
    add hf pipeline 8 months ago
  • processing_indicconformer.py
    4.66 kB
    add hf pipeline 8 months ago
  • special_tokens_map.json
    50 Bytes
    add hf pipeline 8 months ago
  • tokenization_indicconformer.py
    12.3 kB
    fix: convert tensor token IDs to Python integers for CTC decoding 8 months ago
  • tokenizer_config.json
    2.37 kB
    add hf pipeline 8 months ago
  • tokenizer_lang_mapping.json
    1.33 kB
    add hf pipeline 8 months ago