Update README.md
Browse files
README.md
CHANGED
|
@@ -18,7 +18,7 @@ the average of the best checkpoints per fold over a ten-fold cross-validation. F
|
|
| 18 |
we used the IOB-tagged. Using the IOB-tagging schema facilitates the aggregation of predictions
|
| 19 |
over sequences.
|
| 20 |
|
| 21 |
-
For the chunking we used paragraph based chunking, and we assumed the maximum context length of the base model, i.e.
|
| 22 |
|
| 23 |
### Expected input and output
|
| 24 |
The input should be a string with **Dutch** cardio clinical text.
|
|
|
|
| 18 |
we used the IOB-tagged. Using the IOB-tagging schema facilitates the aggregation of predictions
|
| 19 |
over sequences.
|
| 20 |
|
| 21 |
+
For the chunking we used paragraph based chunking, and we assumed the maximum context length of the base model, i.e. 512 tokens.
|
| 22 |
|
| 23 |
### Expected input and output
|
| 24 |
The input should be a string with **Dutch** cardio clinical text.
|