Update README.md
Browse files
README.md
CHANGED
@@ -86,3 +86,21 @@ summary = tokenizer.decode(summary_ids[0], skip_special_tokens=True)
|
|
86 |
|
87 |
print(summary)
|
88 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
86 |
|
87 |
print(summary)
|
88 |
```
|
89 |
+
|
90 |
+
# Citation
|
91 |
+
|
92 |
+
**BibTeX:**
|
93 |
+
|
94 |
+
```bibtex
|
95 |
+
@article{kipper_t5_summarizer,
|
96 |
+
// SOON
|
97 |
+
}
|
98 |
+
```
|
99 |
+
|
100 |
+
# Authors
|
101 |
+
|
102 |
+
This model card was written by [Fernanda Kipper](https://www.fernandakipper.com/)
|
103 |
+
|
104 |
+
# How to Get Started with the Model
|
105 |
+
|
106 |
+
Use the code below to get started with the model.
|