Datasets:
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-sa-4.0
|
3 |
+
---
|
4 |
+
|
5 |
+
# Judgment Prediction
|
6 |
+
|
7 |
+
## Introduction
|
8 |
+
|
9 |
+
## Size
|
10 |
+
|
11 |
+
|
12 |
+
## Load datasets
|
13 |
+
|
14 |
+
```python
|
15 |
+
dataset = load_dataset("rcds/law_area_prediction")
|
16 |
+
```
|
17 |
+
|
18 |
+
## Columns
|