vr18 commited on
Commit
b300363
1 Parent(s): 5856ee9

Add README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -1,3 +1,17 @@
1
  ---
2
  license: cc-by-nc-sa-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-sa-4.0
3
  ---
4
+
5
+ # Swiss Rulings
6
+
7
+ Collection of Swiss rulings
8
+
9
+ ## Size
10
+ - Train: 637'892
11
+
12
+ ## Load
13
+ ```python
14
+ from datasets import load_dataset
15
+
16
+ dataset = load_dataset("rcds/swiss_rulings")['train']
17
+ ```