Update README.md
Browse files
README.md
CHANGED
@@ -43,18 +43,18 @@ The fine-tuned model has achieved the following performance metrics:
|
|
43 |
```
|
44 |
precision recall f1-score support
|
45 |
|
46 |
-
AGE 1.00 1.00 1.00
|
47 |
-
CITY
|
48 |
-
DISEASE 0.
|
49 |
-
DRUG
|
50 |
-
GENDER
|
51 |
-
SPECIALITY
|
52 |
-
SUBWAY
|
53 |
-
SYMPTOM
|
54 |
|
55 |
-
micro avg
|
56 |
-
macro avg
|
57 |
-
weighted avg
|
58 |
|
59 |
```
|
60 |
## When to use
|
|
|
43 |
```
|
44 |
precision recall f1-score support
|
45 |
|
46 |
+
AGE 1.00 1.00 1.00 583
|
47 |
+
CITY 1.00 1.00 1.00 5244
|
48 |
+
DISEASE 0.99 1.00 1.00 6569
|
49 |
+
DRUG 1.00 1.00 1.00 8220
|
50 |
+
GENDER 1.00 1.00 1.00 664
|
51 |
+
SPECIALITY 1.00 0.98 0.99 4207
|
52 |
+
SUBWAY 1.00 1.00 1.00 1084
|
53 |
+
SYMPTOM 1.00 1.00 1.00 8979
|
54 |
|
55 |
+
micro avg 1.00 1.00 1.00 35550
|
56 |
+
macro avg 1.00 1.00 1.00 35550
|
57 |
+
weighted avg 1.00 1.00 1.00 35550
|
58 |
|
59 |
```
|
60 |
## When to use
|