metadata
license: apache-2.0
datasets:
- Smith42/galaxies
- antonypamo/ii
language:
- en
- es
metrics:
- accuracy
tags:
- music
- finance
- art
- code
- merge
trained_icosahedral_rrf_model
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.