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

Unable to run cotext-1-ccg from Huggingface.co #7

Open
kdwedage opened this issue Aug 16, 2022 · 1 comment
Open

Unable to run cotext-1-ccg from Huggingface.co #7

kdwedage opened this issue Aug 16, 2022 · 1 comment

Comments

@kdwedage
Copy link

Following the documentation from https://huggingface.co/razent/cotext-1-ccg

from transformers import AutoTokenizer, AutoModel

tokenizer = AutoTokenizer.from_pretrained("razent/cotext-1-ccg")

model = AutoModel.from_pretrained("razent/cotext-1-ccg")

results in the following error:
CoTexTIssue

@heraclex12
Copy link

image

I think there are some issues with Huggingface at that time and now model loading works well.

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

No branches or pull requests

2 participants