Problem downloading the library

#2
by hinojosaad - opened

I'm trying to use this model and by writting the instruction

from transformers import pipeline
pipe = pipeline("text-generation", model="clibrain/lince-zero", trust_remote_code=True)

I get the following error:

OSError: clibrain/lince-zero does not appear to have a file named tiiuae/falcon-7b--configuration_RW.py. Checkout 'https://huggingface.co/clibrain/lince-zero/main' for available files.

Any idea obut how to fix this, the https adress doesn't exist

@hinojosaad You can use the model with the code snippet provided at the end of the model card. I also recommend you to check the version quantized to 4 bits: https://huggingface.co/clibrain/lince-zero-f16-ggml-q4_0 :)

mariagrandury changed discussion status to closed

Sign up or log in to comment