Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ The model input is a set of sentences extracted by other sentence classifiers fi
|
|
14 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
15 |
|
16 |
# load model
|
17 |
-
model_name = 'fuhsiao/BioBART-PMC-EXT-Section'
|
18 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
19 |
model = AutoModelForSeq2SeqLM.from_pretrained(model_name)
|
20 |
|
|
|
14 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
15 |
|
16 |
# load model
|
17 |
+
model_name = 'fuhsiao/BioBART-PMC-EXT-TB-Section'
|
18 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
19 |
model = AutoModelForSeq2SeqLM.from_pretrained(model_name)
|
20 |
|