njeffrie commited on
Commit
c94f29d
·
verified ·
1 Parent(s): 3cd24ce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -1,3 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Model Card for Gluformer Blood Glucose Prediction Model
2
 
3
  This model uses past continuous glucose monitor (CGM) values to predict values for the next hour.
 
1
+ ---
2
+ model-index:
3
+ - name: Gluformer
4
+ results:
5
+ - task:
6
+ type: glucose-prediction
7
+ metrics:
8
+ - name: APE
9
+ type: 60 minute prediction
10
+ value: 7.78
11
+ source:
12
+ name: DeepMO
13
+ url: https://arxiv.org/pdf/1806.05357
14
+ ---
15
+
16
  # Model Card for Gluformer Blood Glucose Prediction Model
17
 
18
  This model uses past continuous glucose monitor (CGM) values to predict values for the next hour.