remove TextClassification which doesn't exist anymore
#7
by
lhoestq
HF staff
- opened
events_classification_biotech.py
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
import datasets
|
2 |
from datasets import load_dataset
|
3 |
-
from datasets.tasks import TextClassification
|
4 |
|
5 |
DESCRIPTION = """
|
6 |
Text classification is a widespread task and a foundational step in numerous information extraction pipelines. However, a notable challenge in current NLP research lies in the oversimplification of benchmarking datasets, which predominantly focus on rudimentary tasks such as topic classification or sentiment analysis.
|
|
|
1 |
import datasets
|
2 |
from datasets import load_dataset
|
|
|
3 |
|
4 |
DESCRIPTION = """
|
5 |
Text classification is a widespread task and a foundational step in numerous information extraction pipelines. However, a notable challenge in current NLP research lies in the oversimplification of benchmarking datasets, which predominantly focus on rudimentary tasks such as topic classification or sentiment analysis.
|