pratyushmaini commited on
Commit
3d0f875
β€’
1 Parent(s): 7592fd0
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -65,6 +65,7 @@ with demo:
65
  gr.Markdown("""
66
  ## πŸ₯‡ TOFU Leaderboard
67
  The TOFU dataset is a benchmark designed to evaluate the unlearning performance of large language models in realistic scenarios. This unique dataset consists of question-answer pairs that are based on the autobiographies of 200 fictitious authors, entirely generated by the GPT-4 model. The primary objective of this task is to effectively unlearn a fine-tuned model using different portions of the forget set.
 
68
  """)
69
 
70
 
 
65
  gr.Markdown("""
66
  ## πŸ₯‡ TOFU Leaderboard
67
  The TOFU dataset is a benchmark designed to evaluate the unlearning performance of large language models in realistic scenarios. This unique dataset consists of question-answer pairs that are based on the autobiographies of 200 fictitious authors, entirely generated by the GPT-4 model. The primary objective of this task is to effectively unlearn a fine-tuned model using different portions of the forget set.
68
+ Read more at [https://locuslab.github.io/tofu/](https://locuslab.github.io/tofu/).
69
  """)
70
 
71