Upload README.md
Browse files
README.md
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: unknown
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- mlconsole
|
7 |
+
library_name: mlconsole
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
- loss
|
11 |
+
model-index:
|
12 |
+
- name: diabetes_detection
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
type: classification
|
16 |
+
name: classification
|
17 |
+
dataset:
|
18 |
+
type: diabetes detection
|
19 |
+
name: Diabetes detection
|
20 |
+
metrics:
|
21 |
+
- type: accuracy
|
22 |
+
name: Accuracy
|
23 |
+
value: 0.765625
|
24 |
+
- type: loss
|
25 |
+
name: Model loss
|
26 |
+
value: 0.5329774022102356
|
27 |
+
|
28 |
+
---
|
29 |
+
|
30 |
+
# Diabetes detection (#1)
|
31 |
+
Trained on [ML Console](https://mlconsole.com).
|
32 |
+
|
33 |
+
[Load the model on ML Console](https://mlconsole.com/model/hf/halflings/diabetes_detection).
|