PhilipQuirke / verified_transformers

Tool used to verify accuracy of transformer model
Apache License 2.0
1 stars 1 forks source link

Refactor: Make downloading and uploading models from Huggingface more user friendly #15

Open amirabdullah19852020 opened 5 months ago

amirabdullah19852020 commented 5 months ago

Right now, the models live in one folder in https://huggingface.co/PhilipQuirke/VerifiedArithmetic/tree/main.

We want to make it easier for anyone to just load in these models as a simple AutoModel.from_pretrained(org_name/specific_model_name). These means these models can be easily used by researchers even without cloning the repo, or having to know the folder structure.

Then we should update the model download and upload steps in the colabs accordingly too, to pull / write from this format.