[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

whisper-larger-v3模型,识别结果没有时间戳,10min音频 #1883

Open
ExpressGit opened this issue Jul 6, 2024 · 0 comments
Open
Labels
question Further information is requested

Comments

@ExpressGit
Copy link

10分钟的音频 依然没有时间戳
模型;whisper-large-v3

❓ Questions and Help

from funasr import AutoModel

model = AutoModel(
model="iic/Whisper-large-v3",
vad_model="iic/speech_fsmn_vad_zh-cn-16k-common-pytorch",
vad_kwargs={"max_single_segment_time": 30000},
)

DecodingOptions = {
"task": "transcribe",
"language": None,
"without_timestamps": False,
}

res = model.generate(
DecodingOptions=DecodingOptions,
batch_size_s=0,
input="data/ch_multi.wav",
)

print(res)

  • OS (e.g., Linux): centos7
  • FunASR Version (e.g., 1.0.0):最新
  • ModelScope Version (e.g., 1.11.0):1.14.0
  • PyTorch Version (e.g., 2.0.0):2.1.3
  • How you installed funasr (pip, source):pip
  • Python version:3.10
  • GPU (e.g., V100M32) 3080
  • CUDA/cuDNN version (e.g., cuda11.7):cuda11.8
  • Docker version (e.g., funasr-runtime-sdk-cpu-0.4.1)
  • Any other relevant information:
@ExpressGit ExpressGit added the question Further information is requested label Jul 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant