Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

enactic
/
avista-base

Automatic Speech Recognition
Transformers
PyTorch
Japanese
avhubert
AVSR
AVHuBERT
custom_code
Model card Files Files and versions
xet
Community
1

Instructions to use enactic/avista-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use enactic/avista-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="enactic/avista-base", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForSpeechSeq2Seq
    model = AutoModelForSpeechSeq2Seq.from_pretrained("enactic/avista-base", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
avista-base
654 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
yubo0306's picture
yubo0306
Upload processor
9ccf5a7 verified 28 days ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    7.41 kB
    Update README.md 4 months ago
  • config.json
    141 kB
    Upload AVHubertForConditionalGeneration 4 months ago
  • configuration_avhubert.py
    6.63 kB
    Upload AVHubertForConditionalGeneration 4 months ago
  • configuration_resnet.py
    409 Bytes
    Upload AVHubertForConditionalGeneration 4 months ago
  • decoder.py
    47.7 kB
    Upload AVHubertForConditionalGeneration 4 months ago
  • feature_extraction_avhubert.py
    13.5 kB
    Upload feature extractor 28 days ago
  • generation_config.json
    141 Bytes
    Upload AVHubertForConditionalGeneration 4 months ago
  • modeling_avhubert.py
    16.5 kB
    Upload AVHubertForConditionalGeneration 4 months ago
  • modeling_resnet.py
    5.6 kB
    Upload AVHubertForConditionalGeneration 4 months ago
  • preprocessor_config.json
    1.05 kB
    Upload processor 28 days ago
  • processing_avhubert.py
    5.06 kB
    Upload processor 4 months ago
  • processor_config.json
    127 Bytes
    Upload processor 4 months ago
  • pytorch_model.bin
    653 MB
    xet
    Upload AVHubertForConditionalGeneration 4 months ago
  • special_tokens_map.json
    552 Bytes
    Upload processor 4 months ago
  • tokenizer.json
    507 kB
    Upload processor 4 months ago
  • tokenizer_config.json
    1.13 kB
    Upload processor 4 months ago