cathw commited on
Commit
0fc3966
1 Parent(s): 8817cc6

Update reddit_climate_comment.py

Browse files
Files changed (1) hide show
  1. reddit_climate_comment.py +2 -2
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 = "Demo"
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