integrate with huggingface

#3
by not-lain - opened

This pr will add the necessary metadata to your repository

you can test these changes before merging using the following code

pip install -e "git+https://github.com/PramaLLC/BEN2.git#egg=ben2"

(if you're in colab or a jupyter notebook you need to restart your runtime)

from ben2 import BEN_Base

model = BEN_Base.from_pretrained("PramaLLC/BEN2", revision="refs/pr/3") # revision is used to load from a pull request or a previous commit

I also updated your readme file to include the latest changes.

MaxwellMeyer changed pull request status to merged
Prama LLC org

Hi, thank you! We were in the process of adding the safe tensors. We really appreciate your help.

Any plans on adding onnx?

Sign up or log in to comment