docs: add README
Browse files
README.md
CHANGED
|
@@ -1,11 +1,32 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
-
|
| 6 |
-
- law
|
| 7 |
size_categories:
|
| 8 |
- 1K<n<10K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
configs:
|
| 10 |
- config_name: corpus
|
| 11 |
data_files:
|
|
@@ -35,4 +56,10 @@ dataset_info:
|
|
| 35 |
dtype: string
|
| 36 |
- name: text
|
| 37 |
dtype: string
|
| 38 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
annotations_creators:
|
| 3 |
+
- no-annotation
|
| 4 |
+
language_creators:
|
| 5 |
+
- found
|
| 6 |
language:
|
| 7 |
- en
|
| 8 |
+
license: other
|
|
|
|
| 9 |
size_categories:
|
| 10 |
- 1K<n<10K
|
| 11 |
+
source_datasets:
|
| 12 |
+
- isaacus/open-australian-legal-corpus
|
| 13 |
+
task_categories:
|
| 14 |
+
- text-generation
|
| 15 |
+
- fill-mask
|
| 16 |
+
- text-retrieval
|
| 17 |
+
task_ids:
|
| 18 |
+
- language-modeling
|
| 19 |
+
- masked-language-modeling
|
| 20 |
+
- document-retrieval
|
| 21 |
+
pretty_name: High Court of Australia cases
|
| 22 |
+
license_name: open-australian-legal-corpus
|
| 23 |
+
license_link: https://huggingface.co/datasets/isaacus/open-australian-legal-corpus/blob/main/LICENCE.md
|
| 24 |
+
tags:
|
| 25 |
+
- law
|
| 26 |
+
- legal
|
| 27 |
+
- australia
|
| 28 |
+
language_details: en-AU, en-GB
|
| 29 |
+
viewer: true
|
| 30 |
configs:
|
| 31 |
- config_name: corpus
|
| 32 |
data_files:
|
|
|
|
| 56 |
dtype: string
|
| 57 |
- name: text
|
| 58 |
dtype: string
|
| 59 |
+
splits:
|
| 60 |
+
- name: corpus
|
| 61 |
+
num_examples: 8_096
|
| 62 |
+
---
|
| 63 |
+
|
| 64 |
+
# High Court of Australia cases ⚖️
|
| 65 |
+
This dataset contains all High Court of Australia cases in version 7.1.0 of the [Open Australian Legal Corpus](https://huggingface.co/datasets/isaacus/open-australian-legal-corpus).
|