mikewang commited on
Commit
336d65e
1 Parent(s): 943d36e

modify class name to match convention

Browse files
Files changed (1) hide show
  1. vaw.py +1 -1
vaw.py CHANGED
@@ -67,7 +67,7 @@ _URLS = {
67
 
68
 
69
  # TODO: Name of the dataset usually matches the script name with CamelCase instead of snake_case
70
- class NewDataset(datasets.GeneratorBasedBuilder):
71
  """TODO: Short description of my dataset."""
72
 
73
  VERSION = datasets.Version("1.0.0")
 
67
 
68
 
69
  # TODO: Name of the dataset usually matches the script name with CamelCase instead of snake_case
70
+ class VAW(datasets.GeneratorBasedBuilder):
71
  """TODO: Short description of my dataset."""
72
 
73
  VERSION = datasets.Version("1.0.0")