eternalGenius commited on
Commit
9615a00
·
verified ·
1 Parent(s): 74296e5

Upload thresholds.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. thresholds.json +17 -0
thresholds.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "IsFunctional": 0.1,
3
+ "IsNonFunctional": 0.7,
4
+ "IsBusiness": 0.85,
5
+ "Other (OT)": 0.1,
6
+ "Availability (A)": 0.45,
7
+ "Fault Tolerance (FT)": 0.4,
8
+ "Legal (L)": 0.65,
9
+ "Look & Feel (LF)": 0.15,
10
+ "Maintainability (MN)": 0.15,
11
+ "Operability (O)": 0.45,
12
+ "Performance (PE)": 0.5,
13
+ "Portability (PO)": 0.5,
14
+ "Scalability (SC)": 0.25,
15
+ "Security (SE)": 0.35,
16
+ "Usability (US)": 0.25
17
+ }