Update README.md
Browse files
README.md
CHANGED
|
@@ -2,4 +2,18 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
datasets:
|
| 4 |
- AadityaJain/Fromula_text_classification
|
| 5 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
datasets:
|
| 4 |
- AadityaJain/Fromula_text_classification
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
```py
|
| 8 |
+
Classification Report:
|
| 9 |
+
precision recall f1-score support
|
| 10 |
+
|
| 11 |
+
formula 0.9983 1.0000 0.9991 6375
|
| 12 |
+
text 1.0000 0.9980 0.9990 5457
|
| 13 |
+
|
| 14 |
+
accuracy 0.9991 11832
|
| 15 |
+
macro avg 0.9991 0.9990 0.9991 11832
|
| 16 |
+
weighted avg 0.9991 0.9991 0.9991 11832
|
| 17 |
+
```
|
| 18 |
+
|
| 19 |
+

|