Spaces:
Running
Running
pratyushmaini
commited on
Commit
β’
3d0f875
1
Parent(s):
7592fd0
remove
Browse files
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 |
|