srehaag commited on
Commit
2f277a9
1 Parent(s): ae68b90

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -70,17 +70,17 @@ English and French versions of the same documents (where available) are put into
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
 
 
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