srehaag commited on
Commit
ae68b90
1 Parent(s): 0d81ba7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -70,14 +70,17 @@ English and French versions of the same documents (where available) are put into
70
 
71
  To load all data instances:
72
 
 
73
  from datasets import load_dataset
74
  dataset = load_dataset("refugee-law-lab/canadian-legal-data", split="train")
 
75
 
76
  To load only a specific data instance, for example only the SCC data instance):
77
 
 
78
  from datasets import load_dataset
79
  dataset = load_dataset("refugee-law-lab/canadian-legal-data", split="train", data_dir="scc")
80
-
81
 
82
  ## Dataset Creation
83
 
 
70
 
71
  To load all data instances:
72
 
73
+ '''
74
  from datasets import load_dataset
75
  dataset = load_dataset("refugee-law-lab/canadian-legal-data", split="train")
76
+ '''
77
 
78
  To load only a specific data instance, for example only the SCC data instance):
79
 
80
+ '''
81
  from datasets import load_dataset
82
  dataset = load_dataset("refugee-law-lab/canadian-legal-data", split="train", data_dir="scc")
83
+ '''
84
 
85
  ## Dataset Creation
86