Datasets:
oliverkinch
commited on
Commit
•
c1134ec
1
Parent(s):
49684dc
Update README.md
Browse files
README.md
CHANGED
@@ -93,11 +93,7 @@ An example from the dataset looks as follows.
|
|
93 |
```
|
94 |
{
|
95 |
"case_id": "id of case/judgment",
|
96 |
-
|
97 |
-
"Overskift": "some title",
|
98 |
-
"Sagstype": "type of case",
|
99 |
-
...
|
100 |
-
}
|
101 |
"text": "pdf text",
|
102 |
"text_anon": "anonymized pdf text"
|
103 |
"text_len": <number of chars in text>,
|
@@ -109,7 +105,6 @@ An example from the dataset looks as follows.
|
|
109 |
### Data Fields
|
110 |
|
111 |
- `case_id`: a `string` feature.
|
112 |
-
- `tabular_data`: a `dict` feature.
|
113 |
- `text`: a `string` feature.
|
114 |
- `text_anon`: a `string` feature.
|
115 |
- `text_len`: an `int` feature.
|
|
|
93 |
```
|
94 |
{
|
95 |
"case_id": "id of case/judgment",
|
96 |
+
... The tabualar string data ...,
|
|
|
|
|
|
|
|
|
97 |
"text": "pdf text",
|
98 |
"text_anon": "anonymized pdf text"
|
99 |
"text_len": <number of chars in text>,
|
|
|
105 |
### Data Fields
|
106 |
|
107 |
- `case_id`: a `string` feature.
|
|
|
108 |
- `text`: a `string` feature.
|
109 |
- `text_anon`: a `string` feature.
|
110 |
- `text_len`: an `int` feature.
|