Instructions to use Ivydata/wav2vec2-large-speech-diarization-jp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Ivydata/wav2vec2-large-speech-diarization-jp with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForAudioFrameClassification processor = AutoProcessor.from_pretrained("Ivydata/wav2vec2-large-speech-diarization-jp") model = AutoModelForAudioFrameClassification.from_pretrained("Ivydata/wav2vec2-large-speech-diarization-jp") - Notebooks
- Google Colab
- Kaggle
share training sciprt?
#1
by Jeremy1110 - opened
Hi,I would like to ask about the training process and script?
Thanks in advance.
Jeremy1110 changed discussion status to closed