cconsti commited on
Commit
d81adb9
·
verified ·
1 Parent(s): 2aefadf

Update train.py

Browse files
Files changed (1) hide show
  1. train.py +1 -1
train.py CHANGED
@@ -3,7 +3,7 @@ from transformers import T5ForConditionalGeneration, T5Tokenizer, Trainer, Train
3
  from datasets import load_dataset
4
 
5
  # Load dataset (Replace this with your dataset)
6
- dataset = load_dataset("mbzuai/NLP-Cover-Letters") # Example dataset
7
 
8
  # Load model and tokenizer
9
  model_name = "t5-large"
 
3
  from datasets import load_dataset
4
 
5
  # Load dataset (Replace this with your dataset)
6
+ dataset = load_dataset("tatsu-lab/alpaca") # Example alternative dataset
7
 
8
  # Load model and tokenizer
9
  model_name = "t5-large"