razent commited on
Commit
2961e12
·
1 Parent(s): 0339a81

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -28,8 +28,8 @@ For more details, do check out [our Github repo](https://github.com/justinphan31
28
  ```python
29
  from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
30
 
31
- tokenizer = AutoTokenizer.from_pretrained("razent/SciFive-large-Pubmed_PMC")
32
- model = AutoModelForSeq2SeqLM.from_pretrained("razent/SciFive-large-Pubmed_PMC")
33
 
34
  sentence = "Identification of APC2 , a homologue of the adenomatous polyposis coli tumour suppressor ."
35
  text = "mednli: " + sentence + " </s>"
 
28
  ```python
29
  from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
30
 
31
+ tokenizer = AutoTokenizer.from_pretrained("razent/SciFive-large-Pubmed_PMC-MedNLI")
32
+ model = AutoModelForSeq2SeqLM.from_pretrained("razent/SciFive-large-Pubmed_PMC-MedNLI")
33
 
34
  sentence = "Identification of APC2 , a homologue of the adenomatous polyposis coli tumour suppressor ."
35
  text = "mednli: " + sentence + " </s>"