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

OpenVoiceOS
/
dolphin-small-onnx

Automatic Speech Recognition
ONNX
ESPnet
onnx-asr
espnet-aed
e-branchformer
dolphin
Model card Files Files and versions
xet
Community

Instructions to use OpenVoiceOS/dolphin-small-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • ESPnet

    How to use OpenVoiceOS/dolphin-small-onnx with ESPnet:

    from espnet2.bin.asr_inference import Speech2Text
    
    model = Speech2Text.from_pretrained(
      "OpenVoiceOS/dolphin-small-onnx"
    )
    
    speech, rate = soundfile.read("speech.wav")
    text, *_ = model(speech)[0]
  • Notebooks
  • Google Colab
  • Kaggle
dolphin-small-onnx
1.92 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Jarbas's picture
Jarbas
Language and region are predicted when no language is given
413fcf2 verified about 8 hours ago
  • .gitattributes
    1.75 kB
    ONNX export of DataoceanAI/dolphin-small (fp32 + int8) about 8 hours ago
  • README.md
    3.74 kB
    Language and region are predicted when no language is given about 8 hours ago
  • config.json
    2.17 kB
    Language and region are predicted when no language is given about 8 hours ago
  • decoder.int8.onnx
    872 kB
    xet
    ONNX export of DataoceanAI/dolphin-small (fp32 + int8) about 8 hours ago
  • decoder.int8.onnx.data
    283 MB
    xet
    ONNX export of DataoceanAI/dolphin-small (fp32 + int8) about 8 hours ago
  • decoder.onnx
    945 kB
    xet
    ONNX export of DataoceanAI/dolphin-small (fp32 + int8) about 8 hours ago
  • decoder.onnx.data
    715 MB
    xet
    ONNX export of DataoceanAI/dolphin-small (fp32 + int8) about 8 hours ago
  • encoder.int8.onnx
    1.37 MB
    xet
    ONNX export of DataoceanAI/dolphin-small (fp32 + int8) about 8 hours ago
  • encoder.int8.onnx.data
    219 MB
    xet
    ONNX export of DataoceanAI/dolphin-small (fp32 + int8) about 8 hours ago
  • encoder.onnx
    1.46 MB
    xet
    ONNX export of DataoceanAI/dolphin-small (fp32 + int8) about 8 hours ago
  • encoder.onnx.data
    698 MB
    xet
    ONNX export of DataoceanAI/dolphin-small (fp32 + int8) about 8 hours ago
  • vocab.txt
    505 kB
    ONNX export of DataoceanAI/dolphin-small (fp32 + int8) about 8 hours ago