sail-sg / CLoT

CVPR'24, Official Codebase of our Paper: "Let's Think Outside the Box: Exploring Leap-of-Thought in Large Language Models with Creative Humor Generation".
https://zhongshsh.github.io/CLoT
296 stars 12 forks source link

I can't access dataset 和 checkpoint. #14

Open duirixuanyan opened 5 months ago

duirixuanyan commented 5 months ago

We released our datasetcheckpoint. 👈😆Please try it!

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

zhongshsh commented 5 months ago

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.

Zijing5 commented 5 months ago

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?