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

DRAGOO
/
assis

Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
wav2vec2
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
3

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

  • Libraries
  • Transformers

    How to use DRAGOO/assis with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="DRAGOO/assis")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("DRAGOO/assis")
    model = AutoModelForCTC.from_pretrained("DRAGOO/assis")
  • Notebooks
  • Google Colab
  • Kaggle
assis / runs
208 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 28 commits
DRAGOO's picture
DRAGOO
End of training
ccb23f4 almost 3 years ago
  • May16_13-51-40_fbff42718202
    End of training about 3 years ago
  • May17_22-36-29_78d92251d179
    Training in progress, step 2000 almost 3 years ago
  • May18_16-37-09_ff6eb3ba685a
    End of training almost 3 years ago
  • May24_15-03-34_5e2643b14194
    End of training almost 3 years ago