CyranoB commited on
Commit
02fb6a5
1 Parent(s): 046f5ee

Fixed script name

Browse files
Files changed (1) hide show
  1. polarity.py +2 -2
polarity.py CHANGED
@@ -41,7 +41,7 @@ _HOMEPAGE = "https://registry.opendata.aws/"
41
  _LICENSE = "Apache License 2.0"
42
 
43
  _URLs = {
44
- "amazon_polarity": "https://drive.google.com/u/0/uc?id=1BZVmoU5AmGEcykurPzwUSmE49j4WEWhB&export=download",
45
  }
46
 
47
 
@@ -64,7 +64,7 @@ class AmazonPolarity(datasets.GeneratorBasedBuilder):
64
 
65
  BUILDER_CONFIGS = [
66
  AmazonPolarityConfig(
67
- name="amazon_polarity", version=VERSION, description="Amazon Polarity Classification Dataset."
68
  ),
69
  ]
70
 
 
41
  _LICENSE = "Apache License 2.0"
42
 
43
  _URLs = {
44
+ "polarity": "https://drive.google.com/u/0/uc?id=1BZVmoU5AmGEcykurPzwUSmE49j4WEWhB&export=download",
45
  }
46
 
47
 
 
64
 
65
  BUILDER_CONFIGS = [
66
  AmazonPolarityConfig(
67
+ name="polarity", version=VERSION, description="Amazon Polarity Classification Dataset."
68
  ),
69
  ]
70