Coder Social home page Coder Social logo

Comments (5)

yeyupiaoling avatar yeyupiaoling commented on May 25, 2024

这有可能是你下载的模型文件不完整。或者是错的。

from whisper-finetune.

lichq5 avatar lichq5 commented on May 25, 2024

我把openai/whisper-small/的[flax_model.msgpack][model.safetensors][pytorch_model.bin][tf_model.h5]四个模型都下载下来了,都不行,这是为什么。没有md5也没法校验是否不一致,但下载过程都没有报错

from whisper-finetune.

yeyupiaoling avatar yeyupiaoling commented on May 25, 2024

@lichq5 不止这几个文件,还有很多文件的

from whisper-finetune.

lichq5 avatar lichq5 commented on May 25, 2024

我现在在训练的时候会报这个错:
raise ValueError(
"Asking to pad but the tokenizer does not have a padding token. "
"Please select a token to use as pad_token (tokenizer.pad_token = tokenizer.eos_token e.g.) "
"or add a new pad token via tokenizer.add_special_tokens({'pad_token': '[PAD]'})."
)
如果我手动修改源码,加上self.pad_token="[PAD]"这个代码,会影响训练效果吗

from whisper-finetune.

yeyupiaoling avatar yeyupiaoling commented on May 25, 2024

这样应该是不行的。 你还是要下载完整的文件去读取里面的token

from whisper-finetune.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.