mhurhangee's picture
Upload README.md with huggingface_hub
8841dfc verified
|
Raw
History Blame Contribute Delete
385 Bytes
---
license: cc-by-4.0
language:
- en
tags:
- patents
- claims
- legal
- gpt-training
---
# Patent All Claims
EP granted claim sets (indepdendent and dependent claims). One claim per line. Claims from 20210915-20250806
## Splits
- Train: 96%
- Validation: 2%
- Test: 2%
## Usage
```python
from datasets import load_dataset
ds = load_dataset("mhurhangee/ep-patent-all-claims")
```