WebScraper991923 commited on
Commit
6d9c32c
·
verified ·
1 Parent(s): c74b365

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -26
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
- # RESI Subnet 46 — tabular price model (ONNX)
8
-
9
- Trained with the RESI tabular pipeline (`scripts/train_resi_tabular.py`, XGBoost backend). Static ONNX export for validator inference.
10
-
11
- ## Files
12
-
13
- | File | Role |
14
- |------|------|
15
- | `model.onnx` | Required — single float32 input `(batch, N_features)`, output `(batch, 1)` USD prediction. |
16
- | `feature_config.json` | Declares feature column order and count `N_features` (must match ONNX input size). |
17
- | `LICENSE` | RESI proprietary model license (canonical text; do not edit). |
18
- | `extrinsic_record.json` | **Add after** `miner-cli submit` — extrinsic id + hotkey from CLI output. |
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