Spaces:
Runtime error
Runtime error
Moritz Stephan
commited on
Commit
·
41f95a9
1
Parent(s):
62a69ae
fixing method names
Browse files
app.py
CHANGED
|
@@ -67,8 +67,8 @@ demo = gr.Interface(
|
|
| 67 |
choices=[
|
| 68 |
("C3PO", "c3po"),
|
| 69 |
("DPO", "dpo_after_sft"),
|
| 70 |
-
("
|
| 71 |
-
("
|
| 72 |
("Baseline", "baseline")
|
| 73 |
],
|
| 74 |
value="c3po",
|
|
|
|
| 67 |
choices=[
|
| 68 |
("C3PO", "c3po"),
|
| 69 |
("DPO", "dpo_after_sft"),
|
| 70 |
+
("SCD + Negatives", "sft_negatives"),
|
| 71 |
+
("SCD", "sft"),
|
| 72 |
("Baseline", "baseline")
|
| 73 |
],
|
| 74 |
value="c3po",
|