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

hr16
/
PhoWhisper-small-vispeech-classifier-v4

Audio Classification
Transformers
TensorBoard
Safetensors
whisper
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use hr16/PhoWhisper-small-vispeech-classifier-v4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use hr16/PhoWhisper-small-vispeech-classifier-v4 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("audio-classification", model="hr16/PhoWhisper-small-vispeech-classifier-v4")
    # Load model directly
    from transformers import AutoProcessor, ViSpeechClassification
    
    processor = AutoProcessor.from_pretrained("hr16/PhoWhisper-small-vispeech-classifier-v4")
    model = ViSpeechClassification.from_pretrained("hr16/PhoWhisper-small-vispeech-classifier-v4", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
PhoWhisper-small-vispeech-classifier-v4
2.49 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
hr16's picture
hr16
Update README.md
ed79bec verified about 2 years ago
  • checkpoint-490
    Training in progress, epoch 1, checkpoint about 2 years ago
  • checkpoint-980
    Training in progress, epoch 2, checkpoint about 2 years ago
  • runs
    End of training about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    1.32 kB
    Update README.md about 2 years ago
  • config.json
    1.93 kB
    Training in progress, epoch 1 about 2 years ago
  • model.safetensors
    358 MB
    xet
    End of training about 2 years ago
  • preprocessor_config.json
    339 Bytes
    Training in progress, epoch 1 about 2 years ago
  • training_args.bin
    5.18 kB
    xet
    End of training about 2 years ago