CoolFace
Modelpublic

RASMUS/Finnish-ASR-Canary-v2

sourceHugging Facemitupdated 7mo agoView on Hugging Face
0likes1.2kdownloads
ASR_TTS_Tutorial.ipynb30 linesDownload Raw Back to asr
1{2 "cells": [3  {4   "cell_type": "markdown",5   "id": "a3570803-9bfa-4e97-9891-5ae0759eb8ca",6   "metadata": {},7   "source": [8    "# Hybrid ASR-TTS Tutorial (Removed)\n",9    "\n",10    "The Hybrid ASR-TTS model (``ASRWithTTSModel``) and the Spectrogram Enhancer model (``SpectrogramEnhancerModel``) have been removed from NeMo.\n",11    "\n",12    "This tutorial is no longer available. For ASR fine-tuning and training, please see other ASR tutorials and documentation."13   ]14  }15 ],16 "metadata": {17  "kernelspec": {18   "display_name": "Python 3",19   "language": "python",20   "name": "python3"21  },22  "language_info": {23   "name": "python",24   "version": "3.10.0"25  }26 },27 "nbformat": 4,28 "nbformat_minor": 529}30