chiyuzhang commited on
Commit
95d01b0
1 Parent(s): 301d262

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ A prefix "paraphrase: " should be added in font of the input sequence, i.e.:
16
  ```python
17
  input_st = "paraphrase: " + text + " </s>"
18
  ```
19
-
20
  Please find more training details in our paper:
21
 
22
  [Decay No More: A Persistent Twitter Dataset for Learning Social Meaning](https://arxiv.org/pdf/2204.04611.pdf)
 
16
  ```python
17
  input_st = "paraphrase: " + text + " </s>"
18
  ```
19
+ You can find our scripts for generation in our [project GitHub](https://github.com/chiyuzhang94/PTSM/tree/main/paraphrase_generate)
20
  Please find more training details in our paper:
21
 
22
  [Decay No More: A Persistent Twitter Dataset for Learning Social Meaning](https://arxiv.org/pdf/2204.04611.pdf)