Instructions to use shaoyuyoung/QTC4SO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use shaoyuyoung/QTC4SO with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("shaoyuyoung/QTC4SO") model = AutoModelForSeq2SeqLM.from_pretrained("shaoyuyoung/QTC4SO") - Notebooks
- Google Colab
- Kaggle
Introduction
QTC4SO(Qusetion Title Completion for Stack Overflow) is a pre-trained model based on T5. We fine-tuned it on our downstream task. It is used for question title completion on StackOverflow
More details
You can find our code and dataset on our GitHub project
For more details, please refer to our paper
- Downloads last month
- 4
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support