#3645 huggingface_ase选择下无法读取自己下载的文件

66.90* Posted at: 1 hour ago 👁5

文件夹命名也是直接复制文档里的 但还是没办法读取到image

1 Replies

这是由于 HuggingFace ASR 渠道的模型文件夹命名或结构不符合软件要求导致的。

  1. 确认模型文件夹命名

    • 软件要求模型文件夹的命名格式为 models--{作者名}--{模型名}
    • 根据你的截图,你下载的模型是 reazon-research/japanese-wav2vec2-large-rs35kh
    • 因此,正确的文件夹名称应为:models--reazon-research--japanese-wav2vec2-large-rs35kh
    • 请检查 models 目录下的文件夹名称是否与此完全一致。
  2. 确认模型文件内容

    • 打开正确的模型文件夹,确保其中包含模型文件(如 .bin.json.txt 等),且文件完整,没有损坏。
    • 这些文件应与你从 HuggingFace 模型页面(例如 https://huggingface.co/reazon-research/japanese-wav2vec2-large-rs35kh/tree/main)下载的文件一致。
  3. 重启软件

    • 完成上述检查和修正后,重启 pyVideoTrans 软件,再次尝试选择 HuggingFace_ASR 渠道。

请查阅相关文档:

Post Your Reply
Open source and free maintenance is not easy. If this project is helpful to you, please consider making a small donation to help the project continue to maintain and update.

Related resource