Unable to download the model
#1
by
AmenRa
- opened
Hello, I am trying to download the model but I get an error. I am using the latest transformers
version: 4.53.3
.
My code:
from transformers import AutoModel
model = AutoModel.from_pretrained("fanyin3639/bingoguard-llama-8b")
The raised error's message:
OSError: fanyin3639/bingoguard-llama-8b does not appear to have a file named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt or flax_model.msgpack.
I have checked the original Llama 3.1 8B repo and the only difference I see is that your repo lacks the file model.safetensors.index.json
.
Does it work as intended on your end?
Thanks