Hugging Face Model Repo
This repository contains the exported model from awe.ipynb.
Contents
model.py: extracted model class definitionsinference.py: load and run the model with PyTorchdemo.ipynb: quick notebook demo for inferencerequirements.txt: dependenciesconfigs/config.json: hyperparameters/config templateexamples/: sample usage scriptsscripts/upload_to_hf.py: helper to push model to the Hub
Usage
pip install -r requirements.txt
python inference.py
Replace YourModelClass in inference.py with the actual class defined in model.py.