Update README.md
Browse files
README.md
CHANGED
@@ -31,7 +31,7 @@ model = T5ForConditionalGeneration.from_pretrained("SCIR-HI/ada-t5-small")
|
|
31 |
tokenizer = AutoTokenizer.from_pretrained("SCIR-HI/ada-t5-small", model_max_length=512)
|
32 |
```
|
33 |
|
34 |
-
### [
|
35 |
|
36 |
```bibtex
|
37 |
@article{chen2023artificially,
|
|
|
31 |
tokenizer = AutoTokenizer.from_pretrained("SCIR-HI/ada-t5-small", model_max_length=512)
|
32 |
```
|
33 |
|
34 |
+
### [Citation](https://arxiv.org/abs/2309.05203)
|
35 |
|
36 |
```bibtex
|
37 |
@article{chen2023artificially,
|