Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
rcds
/
swiss_rulings
like
1
Follow
Institute for Public Sector Transformation IPST - Digital Sustainability Lab DSL
20
Modalities:
Tabular
Text
Formats:
json
Languages:
Italian
German
French
Size:
100K - 1M
ArXiv:
arxiv:
2306.09237
Libraries:
Datasets
pandas
Croissant
+ 1
License:
cc-by-sa-4.0
Dataset card
Viewer
Files
Files and versions
Community
3c4ccad
swiss_rulings
/
README.md
vr18
Add README.md
b300363
almost 2 years ago
preview
code
|
raw
Copy download link
history
blame
216 Bytes
---
license:
cc-by-nc-sa-4.0
---
# Swiss Rulings
Collection of Swiss rulings
## Size
-
Train: 637'892
## Load
```python
from datasets import load_dataset
dataset = load_dataset("rcds/swiss_rulings")['train']
```