fuhsiao commited on
Commit
3adb683
·
1 Parent(s): ed544ea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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