Text Classification
fastText
English
kenhktsui commited on
Commit
d3dd8a1
·
verified ·
1 Parent(s): 1a568f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -9,7 +9,7 @@ metrics:
9
  pipeline_tag: text-classification
10
  library_name: fasttext
11
  ---
12
- # maths-fasttext-classifier
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
+ ```