Commit
·
3e017ae
1
Parent(s):
b09840f
Update humanevalpack.py
Browse files- humanevalpack.py +1 -1
humanevalpack.py
CHANGED
|
@@ -27,7 +27,7 @@ class HumanEvalPackConfig(datasets.BuilderConfig):
|
|
| 27 |
"""BuilderConfig """
|
| 28 |
|
| 29 |
def __init__(self, name, description, features, **kwargs):
|
| 30 |
-
super(
|
| 31 |
self.name = name
|
| 32 |
self.description = description
|
| 33 |
self.features = features
|
|
|
|
| 27 |
"""BuilderConfig """
|
| 28 |
|
| 29 |
def __init__(self, name, description, features, **kwargs):
|
| 30 |
+
super(HumanEvalPackConfig, self).__init__(version=datasets.Version("1.0.0", ""), **kwargs)
|
| 31 |
self.name = name
|
| 32 |
self.description = description
|
| 33 |
self.features = features
|