I put the entire of provided files in a folder and used this code to load them:
model = AutoModel.from_pretrained("sina",local_files_only=True,from_tf=True)
but got this error:
AttributeError: module transformers has no attribute TFLlamaModel
· Sign up or log in to comment