Safetensors
English
mistral
hamishivi commited on
Commit
5e287d5
·
verified ·
1 Parent(s): 91eca34

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -26,4 +26,20 @@ Then, after creating a python environment with the correct packages, you can run
26
  ```
27
 
28
  This allows you to directly interact with the model, and shows the diffusion generation process.
29
- For training or other evaluations, please see our main repository.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  ```
27
 
28
  This allows you to directly interact with the model, and shows the diffusion generation process.
29
+ For training or other evaluations, please see our main repository.
30
+
31
+ ## Citation
32
+
33
+ If you find this work useful, please cite this work as follows.
34
+
35
+ ```bibtex
36
+ @misc{taeivison2025tess2,
37
+ title={{TESS 2: A Large-Scale Generalist Diffusion Language Model}},
38
+ author={Jaesung Tae and Hamish Ivison and Sachin Kumar and Arman Cohan},
39
+ year={2025},
40
+ eprint={2502.13917},
41
+ archivePrefix={arXiv},
42
+ primaryClass={cs.CL},
43
+ url={https://arxiv.org/abs/2502.13917},
44
+ }
45
+ ```