Jordun01 commited on
Commit
41454bc
·
verified ·
1 Parent(s): 6b58379

Add model card with MIT license

Browse files
Files changed (1) hide show
  1. README.md +13 -5
README.md CHANGED
@@ -1,10 +1,18 @@
1
  ---
2
  license: mit
 
 
 
 
 
3
  ---
4
- # model-nova3
5
 
6
- RESI Subnet 46 model. XGBoost residential property valuation.
7
 
8
- - **Source**: P56_4thrt_XL (Phase 56 inverse_4throot_price weighting)
9
- - **Size**: 194.6 MB
10
- - **Framework**: XGBoost
 
 
 
 
 
1
  ---
2
  license: mit
3
+ tags:
4
+ - real-estate
5
+ - onnx
6
+ - bittensor
7
+ - resi
8
  ---
 
9
 
10
+ # RESI Real Estate Price Prediction Model
11
 
12
+ ONNX model for US residential real estate price prediction.
13
+
14
+ ## Model Details
15
+ - **Input**: 79 float32 features (property attributes, location, census data)
16
+ - **Output**: Predicted price in USD
17
+ - **Format**: ONNX (compatible with onnxruntime 1.20.1)
18
+ - **License**: MIT