Icarus013 commited on
Commit
df5d376
·
verified ·
1 Parent(s): 78dfcb2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -8
README.md CHANGED
@@ -28,13 +28,13 @@ model-index:
28
  type: fer2013
29
  metrics:
30
  - type: mae
31
- value: XX.XX # Update with actual value
32
  name: Mean Absolute Error
33
  - type: rmse
34
- value: XX.XX # Update with actual value
35
  name: Root Mean Squared Error
36
  - type: accuracy
37
- value: XX.XX # Update with actual value
38
  name: Approximate Accuracy
39
  pipeline_tag: image-feature-extraction
40
  ---
@@ -103,12 +103,15 @@ fear → 90 (Extreme stress)
103
 
104
  ## Performance Metrics
105
 
106
- - **Mean Absolute Error (MAE):** ~XX.XX stress points (update with your actual results)
107
- - **Root Mean Squared Error (RMSE):** ~XX.XX (update with your actual results)
108
- - **Approximate Accuracy:** ~XX% (update with your actual results)
109
- - **Target Performance:** 60-70% accuracy for MVP deployment
110
 
111
- *Note: Update the metrics above based on your actual training results from the evaluation cell.*
 
 
 
112
 
113
  ## Intended Use
114
 
 
28
  type: fer2013
29
  metrics:
30
  - type: mae
31
+ value: 22.66
32
  name: Mean Absolute Error
33
  - type: rmse
34
+ value: 27.29
35
  name: Root Mean Squared Error
36
  - type: accuracy
37
+ value: 77.3
38
  name: Approximate Accuracy
39
  pipeline_tag: image-feature-extraction
40
  ---
 
103
 
104
  ## Performance Metrics
105
 
106
+ - **Mean Absolute Error (MAE):** 22.66 stress points
107
+ - **Root Mean Squared Error (RMSE):** 27.29
108
+ - **Approximate Accuracy:** 77.3%
109
+ - **Target Performance:** 60-70% accuracy for MVP deployment ✅ **Achieved!**
110
 
111
+ **Training Set Performance:**
112
+ - Training MAE: 6.15 stress points
113
+ - Training RMSE: 8.12
114
+ - Training Accuracy: 93.9%
115
 
116
  ## Intended Use
117