You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from transformers import AutoTokenizer, AutoModel, AutoConfig
model_name = "poloclub/UniTable"
config = AutoConfig.from_pretrained(model_name)
tokenizer = AutoTokenizer.from_pretrained(model_name)
model = AutoModel.from_pretrained(model_name)
gives me
OSError: poloclub/UniTable does not appear to have a file named config.json. Checkout 'https://huggingface.co/poloclub/UniTable/tree/main' for available files.
The text was updated successfully, but these errors were encountered:
Hugging Face needs a config file to run
gives me
OSError: poloclub/UniTable does not appear to have a file named config.json. Checkout 'https://huggingface.co/poloclub/UniTable/tree/main' for available files.
The text was updated successfully, but these errors were encountered: