Spaces:
Running
Running
Load only COT samples
Browse files
app.py
CHANGED
|
@@ -468,7 +468,7 @@ REASONING: This text is polite because it expresses gratitude and encourages the
|
|
| 468 |
"### Sample Output",
|
| 469 |
)
|
| 470 |
dataset = (
|
| 471 |
-
load_dataset("
|
| 472 |
.to_pandas()
|
| 473 |
.sample(n=5)
|
| 474 |
)
|
|
|
|
| 468 |
"### Sample Output",
|
| 469 |
)
|
| 470 |
dataset = (
|
| 471 |
+
load_dataset("intel/polite-guard", data_files={"validation": "data/validation/val_cot.csv"})
|
| 472 |
.to_pandas()
|
| 473 |
.sample(n=5)
|
| 474 |
)
|