Instructions to use ozcangundes/T5-base-for-BioQA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ozcangundes/T5-base-for-BioQA with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="ozcangundes/T5-base-for-BioQA")# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("ozcangundes/T5-base-for-BioQA") model = AutoModelForMultimodalLM.from_pretrained("ozcangundes/T5-base-for-BioQA") - Notebooks
- Google Colab
- Kaggle
Automatic correction of README.md metadata for keys. Contact website@huggingface.co for any question
Browse files
README.md
CHANGED
|
@@ -3,7 +3,7 @@ language: english
|
|
| 3 |
datasets:
|
| 4 |
- bioASQ
|
| 5 |
pipeline_tag: question-answering
|
| 6 |
-
license:
|
| 7 |
---
|
| 8 |
|
| 9 |
# T5-base model fine-tuned on BioASQ for Biological Question Answering 👩⚕️👨⚕️
|
|
|
|
| 3 |
datasets:
|
| 4 |
- bioASQ
|
| 5 |
pipeline_tag: question-answering
|
| 6 |
+
license: mit
|
| 7 |
---
|
| 8 |
|
| 9 |
# T5-base model fine-tuned on BioASQ for Biological Question Answering 👩⚕️👨⚕️
|