Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ dataset_info:
|
|
| 16 |
- name: ground_truth_text
|
| 17 |
dtype: string
|
| 18 |
- name: ground_truth_items
|
| 19 |
-
|
| 20 |
- name: ground_truth_raw_json
|
| 21 |
dtype: string
|
| 22 |
- name: legal_category
|
|
@@ -39,18 +39,6 @@ dataset_info:
|
|
| 39 |
dtype: string
|
| 40 |
- name: scoring_kind
|
| 41 |
dtype: string
|
| 42 |
-
splits:
|
| 43 |
-
- name: train
|
| 44 |
-
num_bytes: 177900231
|
| 45 |
-
num_examples: 46019
|
| 46 |
-
- name: valid
|
| 47 |
-
num_bytes: 29468358
|
| 48 |
-
num_examples: 7651
|
| 49 |
-
- name: test
|
| 50 |
-
num_bytes: 32944449
|
| 51 |
-
num_examples: 8203
|
| 52 |
-
download_size: 99559319
|
| 53 |
-
dataset_size: 240313038
|
| 54 |
configs:
|
| 55 |
- config_name: default
|
| 56 |
data_files:
|
|
@@ -71,3 +59,6 @@ This dataset is built from local `export/lbox` JSONL files.
|
|
| 71 |
- `ground_truth_items` stores one or more labels with a stable list schema.
|
| 72 |
- `ground_truth_text` is a display-friendly joined label string.
|
| 73 |
- `ground_truth_raw_json` preserves the original local label object.
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
- name: ground_truth_text
|
| 17 |
dtype: string
|
| 18 |
- name: ground_truth_items
|
| 19 |
+
sequence: string
|
| 20 |
- name: ground_truth_raw_json
|
| 21 |
dtype: string
|
| 22 |
- name: legal_category
|
|
|
|
| 39 |
dtype: string
|
| 40 |
- name: scoring_kind
|
| 41 |
dtype: string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
configs:
|
| 43 |
- config_name: default
|
| 44 |
data_files:
|
|
|
|
| 59 |
- `ground_truth_items` stores one or more labels with a stable list schema.
|
| 60 |
- `ground_truth_text` is a display-friendly joined label string.
|
| 61 |
- `ground_truth_raw_json` preserves the original local label object.
|
| 62 |
+
- `legal_category*` columns are LLM-generated legal-topic tags produced with
|
| 63 |
+
`google/gemma-4-26B-A4B-it`. The current taxonomy merges the earlier
|
| 64 |
+
`family_case` and `patent_ip` tags into `family_patent_special`.
|