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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "epoch": 10.0, | |
| "eval_gen_len": 25.3549, | |
| "eval_loss": 3.0329995155334473, | |
| "eval_rouge1": 16.7331, | |
| "eval_rouge2": 3.0382, | |
| "eval_rougeL": 13.0737, | |
| "eval_rougeLsum": 14.9003, | |
| "eval_runtime": 1749.2612, | |
| "eval_samples": 15000, | |
| "eval_samples_per_second": 8.575, | |
| "eval_steps_per_second": 2.144 | |
| } |