Transformers
PyTorch
Safetensors
English
t5
text2text-generation
keyphrase-generation
Eval Results (legacy)
text-generation-inference
Instructions to use ml6team/keyphrase-generation-t5-small-inspec with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ml6team/keyphrase-generation-t5-small-inspec with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("ml6team/keyphrase-generation-t5-small-inspec") model = AutoModelForSeq2SeqLM.from_pretrained("ml6team/keyphrase-generation-t5-small-inspec") - Notebooks
- Google Colab
- Kaggle
Update README.md
#4
by cherry0328 - opened
The model is fantastic! We would like to contribute by updating the README to include the base_model information. This is to help address the missing details in the model card. Thank you for your consideration!
Thanks, done!
nielsr changed pull request status to closed