Is it possible to add TF Weights

#21
by mb-data96 - opened

Hello everyone,

 

Thanks again for your amazing work and making it available for everyone.

I would like to download the tii-uae/falcon model on my computer, however due to security reasons in my organization I cannot download the .bin files .

I was able to download and use models when they do have TensorFlow weights such as this one : https://huggingface.co/facebook/dino-vitb16/tree/main

 

Thank you again,

Best regards,

Technology Innovation Institute org

Hi @mb-data96 , unfortunately none of us in the Falcon team are very familiar with TensorFlow. We will leave this issue open should someone from the community want to contribute the TF weights.

Hi @FalconLLM , thank you for answer.

I finally bypass the .bin restriction in my organization via the following steps (if they might help someone in a similar case) :

  • Download on my personnal laptop.
  • Compress it into a .7z file (.zip didn't seem to work fine on my computer).
  • Upload it in my private HuggingFace Model Hub.
  • Download it as a .7z file in my organization and uncompress it. (Existing .bin files are not restricted in my organization, only incoming/downloaded ones are restricted)

Regards,

Hi @FalconLLM ,
I am tryin to convert it but it will so easy from your side
I think it is just 2 lines https://huggingface.co/transformers/v3.3.1/model_sharing.html#make-your-model-work-on-all-frameworks
I need TensorFlow to contribute by adding it in KerasNLP check here:
https://github.com/keras-team/keras-nlp/issues/1072

Sign up or log in to comment