Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ metrics:
|
|
9 |
pipeline_tag: text-classification
|
10 |
library_name: fasttext
|
11 |
---
|
12 |
-
#
|
13 |
|
14 |
[Dataset](https://huggingface.co/datasets/kenhktsui/math-classifiers-data)
|
15 |
|
@@ -71,3 +71,12 @@ weighted avg 0.99 0.99 0.99 400000
|
|
71 |
|
72 |
## ⚠️Known Limitation
|
73 |
The classifier does not handle short text well, which might not be surprising.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
pipeline_tag: text-classification
|
10 |
library_name: fasttext
|
11 |
---
|
12 |
+
# math-fasttext-classifier
|
13 |
|
14 |
[Dataset](https://huggingface.co/datasets/kenhktsui/math-classifiers-data)
|
15 |
|
|
|
71 |
|
72 |
## ⚠️Known Limitation
|
73 |
The classifier does not handle short text well, which might not be surprising.
|
74 |
+
|
75 |
+
# Citation
|
76 |
+
```
|
77 |
+
@misc{ktsui2025mathfasttextclassifier,
|
78 |
+
title={Math FastText Classifier},
|
79 |
+
author={Ken Tsui},
|
80 |
+
year={2025},
|
81 |
+
}
|
82 |
+
```
|