hyunjongkimmath commited on
Commit
d727bc5
·
1 Parent(s): ac40346

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -1,3 +1,13 @@
1
  ---
2
  license: gpl-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: gpl-2.0
3
  ---
4
+
5
+ math_text_tag_categorization model
6
+ ---
7
+ math_text_tag_categorization is a multi-label text classification model. It was trained via the ULMFiT approach (cf. [The fastai book](https://github.com/fastai/fastbook)'s presentation of ULMFiT) - the author of this repository fine-tuned a language model available in [fast.ai](https://github.com/fastai) on a corpus of mathematical text in LaTeX, then fine-tuned the encoder obtained from the fine-tuned language model for a multi-label classification.
8
+
9
+ # Intended uses & limitations
10
+
11
+ This model is
12
+
13
+ TODO