joelniklaus commited on
Commit
03be7fd
1 Parent(s): 2ae2846

added more information to dataset card

Browse files
Files changed (1) hide show
  1. README.md +34 -2
README.md CHANGED
@@ -73,7 +73,7 @@ task_categories:
73
  ## Dataset Description
74
 
75
  - **Homepage:**
76
- - **Repository:**
77
  - **Paper:**
78
  - **Leaderboard:**
79
  - **Point of Contact:** [Joel Niklaus](mailto:[email protected])
@@ -84,7 +84,7 @@ This dataset contains large text resources from mc4 filtered for legal data that
84
 
85
  ### Supported Tasks and Leaderboards
86
 
87
- The dataset supports the tasks of masked language modeling.
88
 
89
  ### Languages
90
 
@@ -96,6 +96,34 @@ The following languages are supported: bg, cs, da, de, el, en, es, et, fi, fr, g
96
 
97
  The file format is jsonl.xz and there is one split available ("train").
98
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
  ### Data Fields
100
 
101
  [More Information Needed]
@@ -106,6 +134,10 @@ The file format is jsonl.xz and there is one split available ("train").
106
 
107
  ## Dataset Creation
108
 
 
 
 
 
109
  ### Curation Rationale
110
 
111
  [More Information Needed]
 
73
  ## Dataset Description
74
 
75
  - **Homepage:**
76
+ - **Repository:** [GitHub](https://github.com/JoelNiklaus/LegalDatasets/tree/main/pretrain/mc4_legal)
77
  - **Paper:**
78
  - **Leaderboard:**
79
  - **Point of Contact:** [Joel Niklaus](mailto:[email protected])
 
84
 
85
  ### Supported Tasks and Leaderboards
86
 
87
+ The dataset supports the task of masked language modeling.
88
 
89
  ### Languages
90
 
 
96
 
97
  The file format is jsonl.xz and there is one split available ("train").
98
 
99
+
100
+ | Source | Size (MB) | Tokens | Documents | Words/Document |
101
+ |-------:|----------:|-------:|----------:|---------------:|
102
+ | bg | 13.9 | xxx | xxx | xxx |
103
+ | cs | 7'252.4 | xxx | xxx | xxx |
104
+ | da | 37.7 | xxx | xxx | xxx |
105
+ | de | 27'651.3 | xxx | xxx | xxx |
106
+ | el | 69.2 | xxx | xxx | xxx |
107
+ | en | 22'043.9 | xxx | xxx | xxx |
108
+ | es | 21'410.2 | xxx | xxx | xxx |
109
+ | et | 552.7 | xxx | xxx | xxx |
110
+ | fi | 8'074.0 | xxx | xxx | xxx |
111
+ | fr | 10'974.1 | xxx | xxx | xxx |
112
+ | ga | 3.5 | xxx | xxx | xxx |
113
+ | hu | 1'450.0 | xxx | xxx | xxx |
114
+ | it | 12'368.6 | xxx | xxx | xxx |
115
+ | lt | 175.9 | xxx | xxx | xxx |
116
+ | lv | 0.3 | xxx | xxx | xxx |
117
+ | mt | 227.7 | xxx | xxx | xxx |
118
+ | nl | 82.9 | xxx | xxx | xxx |
119
+ | pl | 10'008.0 | xxx | xxx | xxx |
120
+ | pt | 4'799.3 | xxx | xxx | xxx |
121
+ | ro | 2'124.3 | xxx | xxx | xxx |
122
+ | sk | 1'388.5 | xxx | xxx | xxx |
123
+ | sl | 404.6 | xxx | xxx | xxx |
124
+ | sv | 1'888.1 | xxx | xxx | xxx |
125
+
126
+
127
  ### Data Fields
128
 
129
  [More Information Needed]
 
134
 
135
  ## Dataset Creation
136
 
137
+ The dataset was created by filtering mc4 for legal data.
138
+ We used terms indicating legal citations to get the texts.
139
+ Note that this dataset can be quite noisy, and the quality is not known.
140
+
141
  ### Curation Rationale
142
 
143
  [More Information Needed]