We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
The text was updated successfully, but these errors were encountered:
I think there are some issues with Huggingface at that time and now model loading works well.
Sorry, something went wrong.
No branches or pull requests
Following the documentation from https://huggingface.co/razent/cotext-1-ccg
results in the following error:
![CoTexTIssue](https://user-images.githubusercontent.com/24498138/184919628-d73de125-4141-4fa4-8ab0-9a097d662170.png)
The text was updated successfully, but these errors were encountered: