Text Classification
Transformers
PyTorch
TensorFlow
English
t5
text2text-generation
token-classification
question-answering
text-generation
Instructions to use razent/SciFive-base-Pubmed with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use razent/SciFive-base-Pubmed with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="razent/SciFive-base-Pubmed")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("razent/SciFive-base-Pubmed") model = AutoModelForSeq2SeqLM.from_pretrained("razent/SciFive-base-Pubmed", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
7878b61 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9ed7461e225892b86b4e7e5db941dfcf784435cca1de947453b44e47662d84a9
size 891733816
|