narteybrown commited on
Commit
b8c581f
·
verified ·
1 Parent(s): f0dc911

Upload a14_config_patch.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. a14_config_patch.json +25 -0
a14_config_patch.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "wear_multipliers": {
3
+ "1": 1.0,
4
+ "2": 2.189,
5
+ "3": 2.406
6
+ },
7
+ "wear_multiplier_notes": {
8
+ "version": "v1",
9
+ "source": "UC Berkeley Milling Dataset (NASA)",
10
+ "method": "linear_regression_VB_vs_run_per_case",
11
+ "nominal_condition": "cast_iron_avg",
12
+ "nominal_rate_um_per_cut": 0.0512,
13
+ "multipliers": {
14
+ "1": 1.0,
15
+ "2": 2.189,
16
+ "3": 2.406
17
+ },
18
+ "product_mapping": {
19
+ "1": "Product A \u2014 nominal (cast iron average)",
20
+ "2": "Product B \u2014 steel average (2.189x nominal)",
21
+ "3": "Product C \u2014 most aggressive condition (2.406x nominal)"
22
+ },
23
+ "note": "Derived from UC Berkeley milling dataset. Cast iron = nominal (1.0). Steel = material_2 avg rate / material_1 avg rate. Aggressive = max rate across all conditions / nominal. On a real cell, these would be replaced by calibration runs per product."
24
+ }
25
+ }