CoTexT
CoTexT copied to clipboard
Unable to run cotext-1-ccg from Huggingface.co
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:
I think there are some issues with Huggingface at that time and now model loading works well.