initial commit
Browse files
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 |
|