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
Quick Links
YAML Metadata Error:"datasets[0]" with value "INTERVIEW: NPR Media Dialog Transcripts" is not valid. If possible, use a dataset id from https://hf.co/datasets.
AI Interviewer Question-Asking Model
For a Senior Project at Calvin University
Created by: Hyechan Jun, Ha-Ram Koo, and Advait Scaria
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.
- Downloads last month
- 4
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("hyechanjun/interview-question-remake") model = AutoModelForSeq2SeqLM.from_pretrained("hyechanjun/interview-question-remake")