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

I can't access dataset 和 checkpoint. #14

Open
duirixuanyan opened this issue Apr 13, 2024 · 2 comments
Open

I can't access dataset 和 checkpoint. #14

duirixuanyan opened this issue Apr 13, 2024 · 2 comments
Labels
good first issue Good for newcomers

Comments

@duirixuanyan
Copy link

We released our datasetcheckpoint. 👈😆Please try it!

I'm unable to access them, and I'm not certain what the issue might be.

@zhongshsh
Copy link
Collaborator

Maybe you'll need VPN to access these goodies in Hugging Face🤣. But fear not! We've got a workaround – you can snag our dataset and checkpoint via ModelScope. If you want to launch the model, you just need to do these things:

(1) download checkpoint from ModelScope;
(2) change the value of DEFAULT_CKPT_PATH or mpath in our code to the path you save the checkpoint, then run the code.

@dedekinds dedekinds added the good first issue Good for newcomers label Apr 13, 2024
@dedekinds dedekinds pinned this issue Apr 13, 2024
@Zijing5
Copy link

Zijing5 commented May 5, 2024

Hello, I have downloaded checkpoint from ModelScope, and succeeded in loading tokenizer and generation_config, yet when it comes to model, I encountered a problem:
Exception has occurred: OSError
We couldn't connect to 'https://huggingface.co' to load this file, couldn't find it in the cached files and it looks like Qwen/Qwen-VL-Chat is not the path to a directory containing a file named config.json.
Checkout your internet connection or see how to run the library in offline mode at 'https://huggingface.co/docs/transformers/installation#offline-mode'.
socket.timeout: timed out.
It seems that no Qwen/Qwen-VL-Chat in the checkpoint you provided.Should I access it somewhere else?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants