CoTexT icon indicating copy to clipboard operation
CoTexT copied to clipboard

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

Open kdwedage opened this issue 2 years ago • 1 comments

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

kdwedage avatar Aug 16 '22 15:08 kdwedage

image

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

heraclex12 avatar Aug 19 '22 03:08 heraclex12