Skip to content

Commit 8af57c2

Browse files
committed
update readme
1 parent 37bfc88 commit 8af57c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ save:
107107
```
108108
109109
#### Data Format
110-
Text file containing separated tokens and labels on each line. Sentences are separated by empty line.
110+
Pipeline works with text file containing separated tokens and labels on each line. Sentences are separated by empty line.
111111
Labels should already be in necessary format, e.g. IO, BIO, BILUO, ...
112112
113113
Example:
@@ -143,7 +143,7 @@ List of implemented models:
143143
- [ ] BiLTSMCNNAttnCRF
144144

145145
### Evaluation
146-
All results are obtained on CoNLL-2003 dataset. We didn't search the best parameters.
146+
All results are obtained on CoNLL-2003 [dataset](https://github.com/dayyass/pytorch-ner/tree/develop/data/conll2003). We didn't search the best parameters.
147147

148148
| Model | Train F1-weighted | Validation F1-weighted | Test F1-weighted |
149149
| ------ | ----------------- | ---------------------- | ---------------- |

0 commit comments

Comments
 (0)