Jordun01 commited on
Commit
0997b5a
·
verified ·
1 Parent(s): 54c3485

Fix: Add MIT license YAML frontmatter to README

Browse files
Files changed (1) hide show
  1. README.md +16 -4
README.md CHANGED
@@ -1,6 +1,18 @@
1
- # Model Lambda2
 
 
 
 
 
 
 
2
 
3
- Real estate price prediction model for RESI Subnet 46.
4
 
5
- ## License
6
- MIT
 
 
 
 
 
 
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