Datasets:
Update reddit_climate_comment.py
Browse files
reddit_climate_comment.py
CHANGED
@@ -6,8 +6,8 @@ import logging
|
|
6 |
import pandas as pd
|
7 |
from typing import Dict
|
8 |
|
9 |
-
CITATION = ""
|
10 |
-
_DESCRIPTION = "
|
11 |
_HOMEPAGE = "https://huggingface.co/datasets/cathw/reddit_climate_comment"
|
12 |
_LICENSE = "MIT"
|
13 |
|
|
|
6 |
import pandas as pd
|
7 |
from typing import Dict
|
8 |
|
9 |
+
CITATION = "@InProceedings{huggingface:dataset,title = {Reddit Climate Comment},author={Catherine Wang},year={2024}}"
|
10 |
+
_DESCRIPTION = "This new dataset is designed to solve this great NLP task and is crafted with a lot of care."
|
11 |
_HOMEPAGE = "https://huggingface.co/datasets/cathw/reddit_climate_comment"
|
12 |
_LICENSE = "MIT"
|
13 |
|