Update docs
Browse files
README.md
CHANGED
@@ -64,7 +64,8 @@ If mode is 'traditional', the error parameters shown are the classical TP, FP an
|
|
64 |
TP remain the same, FP and FN are shown as per the fair definition and additional errors BE, LE and LBE are shown.
|
65 |
|
66 |
### Examples
|
67 |
-
A comprehensive set of side-by-side examples is shown
|
|
|
68 |
Considering the following input annotated sentences:
|
69 |
```python
|
70 |
>>> r1 = ['O', 'O', 'B-PER', 'I-PER', 'O', 'B-PER']
|
|
|
64 |
TP remain the same, FP and FN are shown as per the fair definition and additional errors BE, LE and LBE are shown.
|
65 |
|
66 |
### Examples
|
67 |
+
A comprehensive set of side-by-side examples is shown [here](https://huggingface.co/spaces/hpi-dhc/FairEval/blob/main/HFFE_use_cases.pdf).
|
68 |
+
|
69 |
Considering the following input annotated sentences:
|
70 |
```python
|
71 |
>>> r1 = ['O', 'O', 'B-PER', 'I-PER', 'O', 'B-PER']
|