muhammadravi251001 commited on
Commit
255c1c4
1 Parent(s): 6ea31cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -12,7 +12,7 @@ data_files = {"train": "data_nli_train_df_debug.csv",
12
  "validation": "data_nli_val_df_debug.csv",
13
  "test": "data_nli_test_df_debug.csv"}
14
 
15
- dataset = load_dataset("muhammadravi251001/idk-mrc-nli", data_files=data_files)
16
 
17
  selected_columns = ["premise", "hypothesis", "label"]
18
  # selected_columns = dataset.column_names['train'] # Uncomment this line to retrieve all of the columns
 
12
  "validation": "data_nli_val_df_debug.csv",
13
  "test": "data_nli_test_df_debug.csv"}
14
 
15
+ dataset = load_dataset("muhammadravi251001/debug-entailment", data_files=data_files)
16
 
17
  selected_columns = ["premise", "hypothesis", "label"]
18
  # selected_columns = dataset.column_names['train'] # Uncomment this line to retrieve all of the columns