Update TexPrax.py
Browse files- TexPrax.py +2 -3
TexPrax.py
CHANGED
|
@@ -48,9 +48,8 @@ _SENTENCE_URL = "https://tudatalib.ulb.tu-darmstadt.de/bitstream/handle/tudatali
|
|
| 48 |
_ENTITY_URL = "https://tudatalib.ulb.tu-darmstadt.de/bitstream/handle/tudatalib/3534/texprax-ner.zip?sequence=9&isAllowed=y"
|
| 49 |
|
| 50 |
class TexPraxConfig(datasets.BuilderConfig):
|
| 51 |
-
"""BuilderConfig for
|
| 52 |
-
|
| 53 |
-
def __init__(self, features, data_url, citation, url, label_classes=("False", "True"), **kwargs):
|
| 54 |
super(TexPraxConfig, self).__init__(**kwargs)
|
| 55 |
|
| 56 |
|
|
|
|
| 48 |
_ENTITY_URL = "https://tudatalib.ulb.tu-darmstadt.de/bitstream/handle/tudatalib/3534/texprax-ner.zip?sequence=9&isAllowed=y"
|
| 49 |
|
| 50 |
class TexPraxConfig(datasets.BuilderConfig):
|
| 51 |
+
"""BuilderConfig for TexPrax."""
|
| 52 |
+
def __init__(self, features, data_url, citation, url, label_classes, **kwargs):
|
|
|
|
| 53 |
super(TexPraxConfig, self).__init__(**kwargs)
|
| 54 |
|
| 55 |
|