Update README.md

update readme
This commit is contained in:
luyongjian 2022-09-19 03:57:05 +00:00 committed by huggingface-web
parent 5312b0749f
commit e6d8f2ff4d
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ from transformers import Wav2Vec2Processor, Wav2Vec2ForCTC
import numpy as np
import torch
model = Wav2Vec2ForCTC.from_pretrained(r'yongjian/wav2vec2-large-a')
model = Wav2Vec2ForCTC.from_pretrained(r'yongjian/wav2vec2-large-a') # Note: PyTorch Model
processor = Wav2Vec2Processor.from_pretrained(r'yongjian/wav2vec2-large-a')
# Load input