boyiwei commited on
Commit
81618ab
β€’
1 Parent(s): 6a6e0ff
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ demo = gr.Blocks()
90
 
91
  with demo:
92
  gr.Markdown("""
93
- ## πŸ₯‡ TOFU Leaderboard
94
  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.
95
  Read more at [https://locuslab.github.io/tofu/](https://locuslab.github.io/tofu/).
96
  """)
 
90
 
91
  with demo:
92
  gr.Markdown("""
93
+ ## πŸ₯‡ CoTAEval Leaderboard
94
  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.
95
  Read more at [https://locuslab.github.io/tofu/](https://locuslab.github.io/tofu/).
96
  """)