Datasets:
Tasks:
Text Classification
Sub-tasks:
sentiment-classification
Languages:
English
Size:
10K<n<100K
License:
Update news_sentiment_newsmtsc.py
Browse files
news_sentiment_newsmtsc.py
CHANGED
@@ -66,8 +66,8 @@ class NewsSentimentNewsmtsc(datasets.GeneratorBasedBuilder):
|
|
66 |
VERSION = datasets.Version("1.0.0")
|
67 |
|
68 |
BUILDER_CONFIGS = [
|
69 |
-
datasets.BuilderConfig(name="mt", version=VERSION, description="
|
70 |
-
datasets.BuilderConfig(name="rw", version=VERSION, description="Real
|
71 |
]
|
72 |
|
73 |
DEFAULT_CONFIG_NAME = "rw"
|
|
|
66 |
VERSION = datasets.Version("1.0.0")
|
67 |
|
68 |
BUILDER_CONFIGS = [
|
69 |
+
datasets.BuilderConfig(name="mt", version=VERSION, description="Multiple targets: each sentence contains two or more targets with individually labeled sentiment (in validation and test splits)"),
|
70 |
+
datasets.BuilderConfig(name="rw", version=VERSION, description="Real world: distribution of sentiment classes resembles real-world distribution (in validation and test splits)"),
|
71 |
]
|
72 |
|
73 |
DEFAULT_CONFIG_NAME = "rw"
|