Views
No views yet
reddit_tifu dataset.
The data was split into 90% train and 10% validation using dataset.train_test_split, with a seed of 0."tldr" and "documents" fields were joined by "\n\n".
When multiple items were in the "tldr" or "documents" fields, only the first item was selected for joining.
These joined documents were tokenized using the "distilgpt2" tokenizer.distilgpt2 for 174390 steps (3 epochs).
Default training arguments were used, except for learning_rate=2e-5 and weight_decay=0.01.
At the conclusion of training, a training loss of 3.52 and a validation loss of 3.44 were observed.