christopherastone commited on
Commit
4e7b9f1
1 Parent(s): aa584d4

Update README.md

Browse files

Added widget-text metadata

Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -1,12 +1,13 @@
 
 
 
 
 
 
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.`
11
- * `By the inductive hypothesis,`
12
- * `If MATH is a nonempty`
 
1
+ ---
2
+ widget:
3
+ - text: "Let MATH be given."
4
+ - text: "If MATH is a nonempty"
5
+ - text: "By the inductive hypothesis,"
6
+ ---
7
  [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.
8
 
9
  Proofs have been cleaned up a bit. In particular, they use
10
  * `CITE` for any citation
11
  * `REF` for any reference
12
  * `MATH` for any LaTeX mathematical formula
13
+ * `CASE:` for any `\item` or labeled subcase.