Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBinder committed Jan 19, 2024
1 parent 85cb71c commit c310e25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dataset_builders/pie/cdcp/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PIE Dataset Card for "CDCP"
# PIE Dataset Card for "cdcp"

This is a [PyTorch-IE](https://github.com/ChristophAlt/pytorch-ie) wrapper for the
[CDCP Huggingface dataset loading script](https://huggingface.co/datasets/DFKI-SLT/cdcp).
Expand Down
2 changes: 1 addition & 1 deletion dataset_builders/pie/scidtb_argmin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ See [here](https://github.com/ChristophAlt/pytorch-ie/blob/main/src/pytorch_ie/a
The dataset provides document converters for the following target document types:

- `pytorch_ie.documents.TextDocumentWithLabeledSpansAndBinaryRelations`
- labeled_spans`: `LabeledSpan`annotations, converted from`SciDTBArgminDocument`'s `units\`
- `labeled_spans`: `LabeledSpan` annotations, converted from`SciDTBArgminDocument`'s `units`
- labels: `proposal`, `assertion`, `result`, `observation`, `means`, `description`
- tuples of `tokens` are joined with a whitespace to create `text` for `LabeledSpans`
- `binary_relations`: `BinaryRelation` annotations, converted from `SciDTBArgminDocument`'s `relations`
Expand Down

0 comments on commit c310e25

Please sign in to comment.