Instructions to use hyechanjun/interview-question-remake with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hyechanjun/interview-question-remake with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("hyechanjun/interview-question-remake") model = AutoModelForSeq2SeqLM.from_pretrained("hyechanjun/interview-question-remake") - Notebooks
- Google Colab
- Kaggle
Commit ·
c4bd2f0
1
Parent(s): d601236
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,4 +7,6 @@ datasets:
|
|
| 7 |
|
| 8 |
For a Senior Project at Calvin University
|
| 9 |
|
| 10 |
-
Created by: Hyechan Jun, Ha-Ram Koo, and Advait Scaria
|
|
|
|
|
|
|
|
|
| 7 |
|
| 8 |
For a Senior Project at Calvin University
|
| 9 |
|
| 10 |
+
Created by: Hyechan Jun, Ha-Ram Koo, and Advait Scaria
|
| 11 |
+
|
| 12 |
+
This model is fine-tuned on facebook/bart-base to generate sequences ending in a question mark (?). It is a remake of an earlier model that had errors in its training and validation datasets.
|