Ra-Is commited on
Commit
5e2040d
·
verified ·
1 Parent(s): 0c541b2

initial commit

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -32,7 +32,7 @@ pip install tensorflow
32
  # Load the fine-tuned model and tokenizer
33
  from transformers import T5Tokenizer, TFT5ForConditionalGeneration
34
 
35
- model_id = "Ra-Is/medical-gen-small"
36
  model = TFT5ForConditionalGeneration.from_pretrained(model_id)
37
  tokenizer = T5Tokenizer.from_pretrained(model_id)
38
 
 
32
  # Load the fine-tuned model and tokenizer
33
  from transformers import T5Tokenizer, TFT5ForConditionalGeneration
34
 
35
+ model_id = "Ra-Is/medical-gen-small-CoT"
36
  model = TFT5ForConditionalGeneration.from_pretrained(model_id)
37
  tokenizer = T5Tokenizer.from_pretrained(model_id)
38