Update README.md
Browse files
README.md
CHANGED
|
@@ -1,29 +1,17 @@
|
|
| 1 |
-
---
|
| 2 |
license: other
|
| 3 |
license_name: resi-exclusive
|
| 4 |
license_link: https://huggingface.co/resi-ai/model-license/blob/main/LICENSE
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
Optional local-only artifacts (do **not** need to be on Hugging Face): `xgboost_model.json`, `xgboost_train_meta.json`.
|
| 21 |
-
|
| 22 |
-
## Setup checklist
|
| 23 |
-
|
| 24 |
-
1. Upload `model.onnx`, `feature_config.json`, `LICENSE`, and this `README.md` to the repo root.
|
| 25 |
-
2. Run `miner-cli submit` with the **same** local `model.onnx` bytes you uploaded.
|
| 26 |
-
3. Copy `extrinsic_record.json.template` → `extrinsic_record.json`, fill in `extrinsic` and `hotkey`, upload to repo root.
|
| 27 |
-
4. Make the repository **public** before validator download.
|
| 28 |
-
|
| 29 |
-
See `docs/MINER.md` in [RESI-models](https://github.com/resi-labs-ai/RESI-models).
|
|
|
|
|
|
|
| 1 |
license: other
|
| 2 |
license_name: resi-exclusive
|
| 3 |
license_link: https://huggingface.co/resi-ai/model-license/blob/main/LICENSE
|
| 4 |
+
tags:
|
| 5 |
+
- real-estate
|
| 6 |
+
- onnx
|
| 7 |
+
- bittensor
|
| 8 |
+
- resi
|
| 9 |
+
|
| 10 |
+
RESI Real Estate Price Prediction Model
|
| 11 |
+
ONNX model for US residential real estate price prediction.
|
| 12 |
+
|
| 13 |
+
Model Details
|
| 14 |
+
Input: 79 float32 features (property attributes, location, census data)
|
| 15 |
+
Output: Predicted price in USD
|
| 16 |
+
Format: ONNX (compatible with onnxruntime 1.20.1)
|
| 17 |
+
License: MIT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|