SkyworkAI / Skywork

Skywork series models are pre-trained on 3.2TB of high-quality multilingual (mainly Chinese and English) and code data. We have open-sourced the model, training data, evaluation data, evaluation methods, etc. 天工系列模型在3.2TB高质量多语言和代码数据上进行预训练。我们开源了模型参数,训练数据,评估数据,评估方法。
Other
1.21k stars 111 forks source link

Error: OSError: skywork/skywork-13b-chat is not a local folder #12

Closed ZorkJ closed 10 months ago

ZorkJ commented 10 months ago

When I use the sample code, there are some errors.

OSError: skywork/skywork-13b-chat is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo with use_auth_token or log in with huggingface-cli login and pass use_auth_token=True

zhao1iang commented 10 months ago

Our Skywork-13B-Chat model is still undergoing careful alignment to ensure that the generated results are harmless. “skywork/skywork-13b-chat” is the downloaded directory for the Skywork-13B-Chat model. Thanks for your feedback. Please try this sample code again after our chat model is released.

ZorkJ commented 10 months ago

Thanks for your reply. Can we use the base model for chating-similar work? Like one question, one answer.

TianwenWei commented 10 months ago

The base model is a completion model. It tends to complete your question rather than answer it. In that regard, I do not believe that it can do chating similar work reliably.

I strongly advice you to wait for our Skywork-13B-Chat, which will most likely be released in November..