ek-id commited on
Commit
fdcde34
·
verified ·
1 Parent(s): 3a5cc59

Load only COT samples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("Intel/polite-guard", split="validation")
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
  )