Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iliaschalkidis authored Mar 2, 2022
1 parent 2bce307 commit d177f83
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,14 @@ We present a benchmark suite of four datasets for evaluating the fairness of pre

### Dataset Repository

The dataset is available on [Hugging Face datasets](http://huggingface.co/datasets/fairlex) and you can easily load any dataset. For example for ECtHR dataset:
The dataset is available on [Hugging Face datasets](https://huggingface.co/datasets/coastalcph/fairlex) and you can easily load any dataset. For example for ECtHR dataset:

```python
from datasets import load_dataset

dataset = load_dataset('fairlex', 'ecthr')
dataset = load_dataset("coastalcph/fairlex", "ecthr")
# you can use any of the following config names as a second argument:
"ecthr", "scotus", "fscs", "cail"
```

Note: You don't need to download or install any dataset manually, the code is doing that automatically.
Expand Down Expand Up @@ -159,4 +161,4 @@ FOLDER_NAME='ERM'

Feel free to leave comments or any contribution to the repository.

Please contact ilias.chalkidis@di_dot_ku_dot_dk if you have any concern.
Please contact ilias.chalkidis@di_dot_ku_dot_dk if you have any concern.

0 comments on commit d177f83

Please sign in to comment.