migz117 commited on
Commit
2690552
·
verified ·
1 Parent(s): 20bd818

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -13,6 +13,7 @@ tags:
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
  from transformers import AutoModelForSeq2SeqLM, AutoTokenizer
17
  model_path = "migz117/T5-Abstractive"
18
  model = AutoModelForSeq2SeqLM.from_pretrained(model_path).to(device)
 
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
18
  model_path = "migz117/T5-Abstractive"
19
  model = AutoModelForSeq2SeqLM.from_pretrained(model_path).to(device)