srehaag commited on
Commit
464010c
1 Parent(s): 1cb50e8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -75,7 +75,7 @@ To load all data instances:
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
  ```python
81
  from datasets import load_dataset
@@ -86,10 +86,10 @@ To load only a specific data instance, for example only the SCC data instance):
86
 
87
  ### Curation Rationale
88
 
89
- The dataset includes all the Bulk Legal Data made publicly available by the Refugee Law Lab. The Lab has
90
- focused on federal courts (e.g. Supreme Court of Canada, Federal Court of Appeal, Federal Court) as well as
91
- federal administrative tribunals (e.g. Immigration and Refugee Board) because immigration and refugee law,
92
- which is the main area of interest of the Lab, operates mostly at a federal level.
93
 
94
  ### Source Data
95
 
@@ -138,7 +138,7 @@ the government of Canada.
138
 
139
  ### Licensing Information
140
 
141
- Creative Commons Attribution 4.0 International (CC BY 4.0)
142
 
143
  NOTE: Users must also comply with upstream licensing for the [SCC](https://www.scc-csc.ca/terms-avis/notice-enonce-eng.aspx),
144
  [FCA](https://www.fca-caf.gc.ca/en/pages/important-notices) & [FC](https://www.fct-cf.gc.ca/en/pages/important-notices) data instances, as
 
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
  ```python
81
  from datasets import load_dataset
 
86
 
87
  ### Curation Rationale
88
 
89
+ The dataset includes all the [Bulk Legal Data](https://refugeelab.ca/bulk-data) made publicly available by
90
+ the Refugee Law Lab. The Lab has focused on federal courts (e.g. Supreme Court of Canada, Federal Court of
91
+ Appeal, Federal Court) as well as federal administrative tribunals (e.g. Immigration and Refugee Board) because
92
+ immigration and refugee law, which is the main area of interest of the Lab, operates mostly at the federal level.
93
 
94
  ### Source Data
95
 
 
138
 
139
  ### Licensing Information
140
 
141
+ Attribution-NonCommercial 4.0 International ([CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/))
142
 
143
  NOTE: Users must also comply with upstream licensing for the [SCC](https://www.scc-csc.ca/terms-avis/notice-enonce-eng.aspx),
144
  [FCA](https://www.fca-caf.gc.ca/en/pages/important-notices) & [FC](https://www.fct-cf.gc.ca/en/pages/important-notices) data instances, as