Zabihin commited on
Commit
65e8b57
1 Parent(s): c629fbc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -2
README.md CHANGED
@@ -1,11 +1,48 @@
1
  ---
2
  license: apache-2.0
3
  base_model: bert-base-cased
 
 
 
 
 
4
  tags:
5
- - generated_from_keras_callback
 
 
 
 
 
 
 
 
 
6
  model-index:
7
  - name: Symptom_to_Diagnosis
8
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  ---
10
 
11
  <!-- This model card has been generated automatically according to the information Keras had access to. You should
 
1
  ---
2
  license: apache-2.0
3
  base_model: bert-base-cased
4
+
5
+ datasets:
6
+ - gretelai/symptom_to_diagnosis
7
+ metrics:
8
+ - f1
9
  tags:
10
+ - medical
11
+ widget:
12
+ - text: >-
13
+ I've been having a lot of pain in my neck and back. I've also been having
14
+ trouble with my balance and coordination. I've been coughing a lot and my
15
+ limbs feel weak.
16
+ - text: >-
17
+ I've been feeling really run down and weak. My throat is sore and I've been
18
+ coughing a lot. I've also been having chills and a fever.
19
+
20
  model-index:
21
  - name: Symptom_to_Diagnosis
22
+ results:
23
+ - task:
24
+ type: text-classification
25
+
26
+ dataset:
27
+ type: gretelai/symptom_to_diagnosis
28
+ name: gretelai/symptom_to_diagnosis
29
+ split: test
30
+ metrics:
31
+ - type: precision
32
+ value: 0.94
33
+ name: macro avg
34
+
35
+ - type: recall
36
+ value: 0.93
37
+ name: macro avg
38
+
39
+ - type: f1-score
40
+ value: 0.93
41
+ name: macro avg
42
+ language:
43
+
44
+ - en
45
+
46
  ---
47
 
48
  <!-- This model card has been generated automatically according to the information Keras had access to. You should