Instructions to use hyechanjun/reverse-interview-question with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hyechanjun/reverse-interview-question with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("hyechanjun/reverse-interview-question") model = AutoModelForSeq2SeqLM.from_pretrained("hyechanjun/reverse-interview-question") - Notebooks
- Google Colab
- Kaggle
Quick Links
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
An AI model that, given a statement, generates a question that would have likely resulted in said statement.
Created for a Senior Project at Calvin University.
- Downloads last month
- 7
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/reverse-interview-question") model = AutoModelForSeq2SeqLM.from_pretrained("hyechanjun/reverse-interview-question")