christopherastone commited on
Commit
6ef4f66
1 Parent(s): 79260f8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,10 +1,10 @@
1
- [DistilGPT2](https://huggingface.co/distilgpt2) English language model fine-tuned on mathematical proofs extracted from LaTeX [arXiv.org](https://arxiv.org) documents from 1992 to 2020.
2
 
3
  Proofs have been cleaned up a bit. In particular, they use
4
  * `CITE` for any citation
5
  * `REF` for any reference
6
  * `MATH` for any LaTeX mathematical formula
7
- * `CASE:` for any `\\\\item` or labeled subcase.
8
 
9
  For text generation, I recommend prompts such as:
10
  * `Let MATH be given.`
 
1
+ [DistilGPT2](https://huggingface.co/distilgpt2) English language model fine-tuned on mathematical proofs extracted from [arXiv.org](https://arxiv.org) LaTeX sources from 1992 to 2020.
2
 
3
  Proofs have been cleaned up a bit. In particular, they use
4
  * `CITE` for any citation
5
  * `REF` for any reference
6
  * `MATH` for any LaTeX mathematical formula
7
+ * `CASE:` for any `\\\\\\\\item` or labeled subcase.
8
 
9
  For text generation, I recommend prompts such as:
10
  * `Let MATH be given.`