muhammadravi251001 commited on
Commit
2f9bde6
1 Parent(s): 07ccab4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -1,3 +1,13 @@
1
  ---
2
  license: openrail
3
  ---
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: openrail
3
  ---
4
+
5
+ You can download this Dataset just like this:
6
+
7
+ ```
8
+ data_files = {"train": "data_nli_train_df.csv",
9
+ "validation": "data_nli_val_df.csv",
10
+ "test": "data_nli_test_df.csv"}
11
+
12
+ dataset = load_dataset("muhammadravi251001/idk_mrc_nli_ner", data_files=data_files)
13
+ ```