Datasets:

Modalities:
Text
ArXiv:
Libraries:
Datasets
License:
jilee commited on
Commit
0d8dada
·
1 Parent(s): 3373ca4

Upload TexPrax.py

Browse files
Files changed (1) hide show
  1. TexPrax.py +2 -2
TexPrax.py CHANGED
@@ -98,11 +98,11 @@ class TexPraxDataset(datasets.GeneratorBasedBuilder):
98
  name="sentence_classification",
99
  description="Sentence level annotations of the TexPrax dataset.",
100
  features=["sentence"],
101
- data_url=_SENTENCE_URLS,
102
  ),
103
  TexPraxConfig(
104
  name="named_entity_recognition",
105
- description="Sentence level annotations of the TexPrax dataset.",
106
  features=["tokens"],
107
  data_url=_ENTITY_URL,
108
  ),
 
98
  name="sentence_classification",
99
  description="Sentence level annotations of the TexPrax dataset.",
100
  features=["sentence"],
101
+ data_url=_SENTENCE_URL,
102
  ),
103
  TexPraxConfig(
104
  name="named_entity_recognition",
105
+ description="Token level annotations of the TexPrax dataset.",
106
  features=["tokens"],
107
  data_url=_ENTITY_URL,
108
  ),