Instructions to use zbrunner/hallucination_uniqueunique with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ESPnet
How to use zbrunner/hallucination_uniqueunique with ESPnet:
from espnet2.bin.asr_inference import Speech2Text model = Speech2Text.from_pretrained( "zbrunner/hallucination_uniqueunique" ) speech, rate = soundfile.read("speech.wav") text, *_ = model(speech)[0] - Notebooks
- Google Colab
- Kaggle
Upload exp/asr_stats_raw_en_bpe10000_sp/train/feats_stats.npz with huggingface_hub
Browse files
exp/asr_stats_raw_en_bpe10000_sp/train/feats_stats.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aaf816ba53c42509c544658a1f7dad7508533e7017bf86637aae4a69b118b489
|
| 3 |
+
size 1402
|