Update README.md
Browse files
README.md
CHANGED
|
@@ -12,6 +12,7 @@ tags:
|
|
| 12 |
# Indonesian T5 Abstractive Summarization Base Model
|
| 13 |
Hello everyone, we are from Bina Nusantara University (SumText Group) consisting of Stevan Pohan, Joseph Vincent Liem, and Yongky Alexander Tristan. This is the result of a model that we have fine-tuned for the use of abstractive summarization
|
| 14 |
|
|
|
|
| 15 |
# Load Fine Tuned Model
|
| 16 |
```python
|
| 17 |
from transformers import AutoModelForSeq2SeqLM, AutoTokenizer
|
|
|
|
| 12 |
# Indonesian T5 Abstractive Summarization Base Model
|
| 13 |
Hello everyone, we are from Bina Nusantara University (SumText Group) consisting of Stevan Pohan, Joseph Vincent Liem, and Yongky Alexander Tristan. This is the result of a model that we have fine-tuned for the use of abstractive summarization
|
| 14 |
|
| 15 |
+
|
| 16 |
# Load Fine Tuned Model
|
| 17 |
```python
|
| 18 |
from transformers import AutoModelForSeq2SeqLM, AutoTokenizer
|