asahi417 commited on
Commit
f257225
·
1 Parent(s): 5bf0f91
multi_domain_document_classification.py CHANGED
@@ -6,7 +6,7 @@ import datasets
6
  logger = datasets.logging.get_logger(__name__)
7
  _DESCRIPTION = """Multi domain document classification dataset used in [https://arxiv.org/pdf/2004.10964.pdf](https://arxiv.org/pdf/2004.10964.pdf)"""
8
  _NAME = "multi_domain_document_classification"
9
- _VERSION = "0.2.1"
10
  _CITATION = """
11
  @inproceedings{dontstoppretraining2020,
12
  author = {Suchin Gururangan and Ana Marasović and Swabha Swayamdipta and Kyle Lo and Iz Beltagy and Doug Downey and Noah A. Smith},
@@ -18,7 +18,8 @@ _CITATION = """
18
 
19
  _HOME_PAGE = "https://github.com/asahi417/m3"
20
  _URL = f'https://huggingface.co/datasets/asahi417/{_NAME}/raw/main/dataset'
21
- _DATA_TYPE = ["chemprot", "citation_intent", "hyperpartisan_news", "rct-sample", "sciie", "amcd", "yelp_review", "tweet_eval_irony", "tweet_eval_hate", "tweet_eval_emotion"]
 
22
  _URLS = {
23
  k:
24
  {
 
6
  logger = datasets.logging.get_logger(__name__)
7
  _DESCRIPTION = """Multi domain document classification dataset used in [https://arxiv.org/pdf/2004.10964.pdf](https://arxiv.org/pdf/2004.10964.pdf)"""
8
  _NAME = "multi_domain_document_classification"
9
+ _VERSION = "0.2.2"
10
  _CITATION = """
11
  @inproceedings{dontstoppretraining2020,
12
  author = {Suchin Gururangan and Ana Marasović and Swabha Swayamdipta and Kyle Lo and Iz Beltagy and Doug Downey and Noah A. Smith},
 
18
 
19
  _HOME_PAGE = "https://github.com/asahi417/m3"
20
  _URL = f'https://huggingface.co/datasets/asahi417/{_NAME}/raw/main/dataset'
21
+ _DATA_TYPE = ["chemprot", "citation_intent", "hyperpartisan_news", "rct-sample", "sciie", "amcd",
22
+ "yelp_review", "tweet_eval_irony", "tweet_eval_hate", "tweet_eval_emotion"]
23
  _URLS = {
24
  k:
25
  {