Downloads · 30 days
3
15% of all-time downloads
antonypamo/RRF
RRF is a machine learning model from antonypamo. Use it for the machine learning task on the model card, and read the license before you ship it in a product. The card lists the license as apache-2.0.
Downloads · 30 days
3
15% of all-time downloads
All-time downloads
20
Public
Repo size
11.9 GB
Likes
0
Public
Click a slice to open those files.
.parquet9.8 GB · 82%
From the Hugging Face model README
trained_icosahedral_rrf_model
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 Hubpip install -r requirements.txt
python inference.py
Replace YourModelClass in inference.py with the actual class defined in model.py.