Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
giove91 authored Feb 2, 2022
1 parent 2bd8052 commit fdcf4f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -28,8 +28,8 @@ You can install all required Python packages with `pip install -r requirements.t
By default, datasets are expected to be in `data/DATASET_NAME`.
Dataset-specific code is in [datasets.py](datasets.py).

For example, the CoNLL04 and ADE datasets (joint entity and relation extraction) in the correct format can be downloaded using https://github.com/markus-eberts/spert/blob/master/scripts/fetch_datasets.sh.
For other datasets, pre-processing and links are documented in the code.
The CoNLL04 and ADE datasets (joint entity and relation extraction) in the correct format can be downloaded using https://github.com/markus-eberts/spert/blob/master/scripts/fetch_datasets.sh.
For other datasets, we provide sample processing code which does not necessarily match the format of publicly available versions (we do not plan to adapt the code to load datasets in other formats).



0 comments on commit fdcf4f8

Please sign in to comment.