srehaag commited on
Commit
fed34a2
1 Parent(s): 1bfd57a

added chrt decisions

Browse files
Files changed (3) hide show
  1. .gitattributes +1 -0
  2. CHRT/train.parquet +3 -0
  3. README.md +7 -8
.gitattributes CHANGED
@@ -65,3 +65,4 @@ SCC/train.parquet filter=lfs diff=lfs merge=lfs -text
65
  RLLR/train.parquet filter=lfs diff=lfs merge=lfs -text
66
  TCC/train.parquet filter=lfs diff=lfs merge=lfs -text
67
  d:/AI-Projects/canadian-legal-data/RAD/train.parquet filter=lfs diff=lfs merge=lfs -text
 
 
65
  RLLR/train.parquet filter=lfs diff=lfs merge=lfs -text
66
  TCC/train.parquet filter=lfs diff=lfs merge=lfs -text
67
  d:/AI-Projects/canadian-legal-data/RAD/train.parquet filter=lfs diff=lfs merge=lfs -text
68
+ d:/AI-Projects/canadian-legal-data/CHRT/train.parquet filter=lfs diff=lfs merge=lfs -text
CHRT/train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f7fc210e3ca0039d06d27daaeded6aec3a081b8429b4ffbed27f0120de33289
3
+ size 35603082
README.md CHANGED
@@ -29,20 +29,19 @@ pretrain language models for various tasks.
29
 
30
  - SCC: Full text of Supreme Court of Canada decisions, based on the Refugee Law Lab's
31
  [Supreme Court of Canada Bulk Decisions Dataset](https://refugeelab.ca/bulk-data/scc/) (1877 – present) (updated Dec 1 2023)
32
- - FCA: Full text of Federal Court of Appeal (Canada) decisions that have been given a neutral citation, based on
33
- the Refugee Law Lab's [Federal Court of Appeal Bulk Decisions Dataset](https://refugeelab.ca/bulk-data/fca/) (2001-present) (updated Dec 1 2023)
34
- - FC: Full text of Federal Court (Canada) decisions that have been given a neutral citation, based on
35
- the Refugee Law Lab's [Federal Court Bulk Decisions Dataset](https://refugeelab.ca/bulk-data/fc/) (2001-present) (updated Dec 1 2023)
36
- - TCC: Full text of Tax Court of Canada decisions that have been given a neutral citation, based on
37
- the Refugee Law Lab's [Tax Court of Canada Bulk Decisions Dataset](https://refugeelab.ca/bulk-data/tcc/) (2003-present) (updated Dec 1 2023)
38
 
39
  #### Tribunal Decisions
40
 
41
- - RAD: Full text of Immigration and Refugee Board, Refugee Appeal Division, based on the Refugee Law Lab's [Refugee Appeal Division Bulk Decisions Dataset](https://refugeelab.ca/bulk-data/rad/) (2013-present) (updated Dec 1 2023)
42
 
43
- - RLLR: Full text of Immigration and Refugee Board, Refugee Protection Division Decisions, as reported in the
44
  [Refugee Law Lab Reporter](https://refugeelab.ca/rllr), based on the Refugee Law Lab's [RLLR Bulk Decisions Dataset](https://refugeelab.ca/bulk-data/rllr/) (2019 – present) (updated Dec 1 2023)
45
 
 
 
46
 
47
  ### Data Fields
48
 
 
29
 
30
  - SCC: Full text of Supreme Court of Canada decisions, based on the Refugee Law Lab's
31
  [Supreme Court of Canada Bulk Decisions Dataset](https://refugeelab.ca/bulk-data/scc/) (1877 – present) (updated Dec 1 2023)
32
+ - FCA: Full text of Federal Court of Appeal (Canada) decisions that have been given a neutral citation, based on the Refugee Law Lab's [Federal Court of Appeal Bulk Decisions Dataset](https://refugeelab.ca/bulk-data/fca/) (2001-present) (updated Dec 1 2023)
33
+ - FC: Full text of Federal Court (Canada) decisions that have been given a neutral citation, based on the Refugee Law Lab's [Federal Court Bulk Decisions Dataset](https://refugeelab.ca/bulk-data/fc/) (2001-present) (updated Dec 1 2023)
34
+ - TCC: Full text of Tax Court of Canada decisions that have been given a neutral citation, based on the Refugee Law Lab's [Tax Court of Canada Bulk Decisions Dataset](https://refugeelab.ca/bulk-data/tcc/) (2003-present) (updated Dec 1 2023)
 
 
 
35
 
36
  #### Tribunal Decisions
37
 
38
+ - RAD: Full text of Immigration and Refugee Board, Refugee Appeal Division decisions, based on the Refugee Law Lab's [Refugee Appeal Division Bulk Decisions Dataset](https://refugeelab.ca/bulk-data/rad/) (2013-present) (updated Dec 1 2023)
39
 
40
+ - RLLR: Full text of Immigration and Refugee Board, Refugee Protection Division decisions, as reported in the
41
  [Refugee Law Lab Reporter](https://refugeelab.ca/rllr), based on the Refugee Law Lab's [RLLR Bulk Decisions Dataset](https://refugeelab.ca/bulk-data/rllr/) (2019 – present) (updated Dec 1 2023)
42
 
43
+ - CHRT: Full text of Canadian Human Rights Tribunal decisions, baed on the Refugee Law Lab's [Canadian Human Rights Tribunal Bulk Decisions Dataset](https://refugeelab.ca/bulk-data/chrt/) (2013 – present) (updated Dec 1 2023)
44
+
45
 
46
  ### Data Fields
47