Instructions to use HK0712/ASR_Germen_Wav2Vec2_Local_Train with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HK0712/ASR_Germen_Wav2Vec2_Local_Train with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="HK0712/ASR_Germen_Wav2Vec2_Local_Train")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("HK0712/ASR_Germen_Wav2Vec2_Local_Train") model = AutoModelForCTC.from_pretrained("HK0712/ASR_Germen_Wav2Vec2_Local_Train", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Oct19_16-53-21_DESKTOP-U60EHUB
- Oct19_16-54-33_DESKTOP-U60EHUB
- Oct19_16-54-46_DESKTOP-U60EHUB
- Oct19_16-55-49_DESKTOP-U60EHUB
- Oct19_17-03-39_DESKTOP-U60EHUB
- Oct20_01-23-12_Ray-PC-X3D
- Oct20_01-30-41_Ray-PC-X3D
- Oct20_01-53-37_Ray-PC-X3D
- Oct20_02-31-16_Ray-PC-X3D
- Oct20_12-47-05_Ray-PC-X3D
- Oct20_22-01-29_Ray-PC-X3D
- Oct20_22-03-52_Ray-PC-X3D
- Oct20_22-06-32_Ray-PC-X3D
- Oct20_22-48-07_Ray-PC-X3D
- Oct20_22-54-55_Ray-PC-X3D
- Oct21_00-00-06_Ray-PC-X3D
- Oct21_00-14-14_Ray-PC-X3D
- Oct21_00-37-55_Ray-PC-X3D
- Oct21_07-49-12_Ray-PC-X3D
- Oct21_09-26-05_Ray-PC-X3D
- Oct21_10-08-10_Ray-PC-X3D
- Oct21_10-15-41_Ray-PC-X3D
- Oct21_11-08-09_Ray-PC-X3D