RRF / README.md
antonypamo's picture
Update README.md
8d14441 verified
|
Raw
History Blame Contribute Delete
712 Bytes
---
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 definitions
- `inference.py` : load and run the model with PyTorch
- `demo.ipynb` : quick notebook demo for inference
- `requirements.txt` : dependencies
- `configs/config.json` : hyperparameters/config template
- `examples/` : sample usage scripts
- `scripts/upload_to_hf.py` : helper to push model to the Hub
## Usage
```bash
pip install -r requirements.txt
python inference.py
```
Replace `YourModelClass` in `inference.py` with the actual class defined in `model.py`.