pratyushmaini commited on
Commit
d7ce1c0
·
1 Parent(s): f01602a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -26,7 +26,8 @@ from plotter import create_plots
26
  demo = gr.Blocks()
27
 
28
  with demo:
29
- gr.Markdown("## 🥇 TOFU Leaderboard")
 
30
 
31
 
32
 
 
26
  demo = gr.Blocks()
27
 
28
  with demo:
29
+ gr.Markdown("## 🥇 TOFU Leaderboard
30
+ The TOFU dataset serves as a benchmark for evaluating the unlearning performance of large language models on realistic tasks. The dataset comprises question-answer pairs based on autobiographies of 200 different authors that do not exist and are completely fictitiously generated by the GPT-4 model. The goal of the task is to unlearn a fine-tuned model on various fractions of the forget set.")
31
 
32
 
33