stklen commited on
Commit
e5aa3e4
·
verified ·
1 Parent(s): b462898

docs: 更新 README 加入 Value Scoring 說明

Browse files
Files changed (1) hide show
  1. README.md +11 -2
README.md CHANGED
@@ -43,7 +43,7 @@ tags:
43
  |-----------|--------------|
44
  | ❌ AI models lack **data provenance** | ✅ L8 blockchain-verified ownership (IPFS + Numbers Protocol) |
45
  | ❌ Training data has **no standard format** | ✅ L0-L8 universal annotation schema |
46
- | ❌ Data value is **hard to quantify** | ✅ AI Value Score + Human Value Score (0-100) |
47
  | ❌ No **commercial licensing** metadata | ✅ L6 embedded licensing & royalty tracking |
48
  | ❌ Manual labeling is **slow & expensive** | ✅ Gemini-powered auto-annotation |
49
 
@@ -219,7 +219,16 @@ POST https://stklen-antigravity-data-tagger.hf.space/api/predict
219
  "recommended_track": "Dual_Track",
220
  "uniqueness_score": 0.72,
221
  "desirability_match": 0.85,
222
- "miner_demand_level": "high"
 
 
 
 
 
 
 
 
 
223
  },
224
  "L8_data_governance": {
225
  "twin_cid": "bafybeig...",
 
43
  |-----------|--------------|
44
  | ❌ AI models lack **data provenance** | ✅ L8 blockchain-verified ownership (IPFS + Numbers Protocol) |
45
  | ❌ Training data has **no standard format** | ✅ L0-L8 universal annotation schema |
46
+ | ❌ Data value is **hard to quantify** | ✅ **💰 Value Scoring Engine** - Auto USD pricing based on L5/L7 metrics |
47
  | ❌ No **commercial licensing** metadata | ✅ L6 embedded licensing & royalty tracking |
48
  | ❌ Manual labeling is **slow & expensive** | ✅ Gemini-powered auto-annotation |
49
 
 
219
  "recommended_track": "Dual_Track",
220
  "uniqueness_score": 0.72,
221
  "desirability_match": 0.85,
222
+ "miner_demand_level": "high",
223
+ "valuation": {
224
+ "price_ai_training_usd": 1.0282,
225
+ "price_commercial_usd": 4.1128,
226
+ "price_exclusive_usd": 20.564,
227
+ "demand_multiplier": 3.88,
228
+ "quality_multiplier": 3.0,
229
+ "freshness_factor": 1.0,
230
+ "valuation_formula": "pillar_value × demand_mult × quality_mult × freshness"
231
+ }
232
  },
233
  "L8_data_governance": {
234
  "twin_cid": "bafybeig...",