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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
f3f2f1d
1
Parent(s): 43c8b48
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,4 +5,4 @@ license: mit
|
|
| 5 |
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
|
| 6 |
# More details
|
| 7 |
You can find our code and dataset on our [GitHub project](https://github.com/shaoyuyoung/QTC4SO)<br>
|
| 8 |
-
For more details, please refer to our paper
|
|
|
|
| 5 |
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
|
| 6 |
# More details
|
| 7 |
You can find our code and dataset on our [GitHub project](https://github.com/shaoyuyoung/QTC4SO)<br>
|
| 8 |
+
For more details, please refer to [our paper](https://smartse.github.io/paper/icpc2023.pdf)
|