Transformers folder?
#214
by
little-lake-studios
- opened
Isnt there a standard for putting the model files in a folder and naming them something generic?
Do you mean to have them work with the HuggingFace Transformers library? Depending on what OS you're using, there's usually a .cache folder in the home or username folder. WIthin that, there will be a huggingface folder but the structure can be a bit difficult to follow if you're not familiar with it, but if you've downloaded the model then it'll be in there somewhere.
actually i mean in the repo having the name of the transformer model be generic in a folder so that we can programmatically load any repo and not have to have a list of each repos transformer model name. it seams like manyt repos do this.