Nathan Lambert
commited on
Commit
•
c33bc1d
1
Parent(s):
317a8dd
rename data to match domain
Browse files
data/{molecules.pkl → drugs.pkl}
RENAMED
File without changes
|
geodiff-example-data.py
CHANGED
@@ -63,8 +63,7 @@ class GeoDiffExampleData(datasets.GeneratorBasedBuilder):
|
|
63 |
# data = datasets.load_dataset('my_dataset', 'first_domain')
|
64 |
# data = datasets.load_dataset('my_dataset', 'second_domain')
|
65 |
BUILDER_CONFIGS = [
|
66 |
-
datasets.BuilderConfig(name="
|
67 |
-
datasets.BuilderConfig(name="second_domain", version=VERSION, description="This part of my dataset covers a second domain"),
|
68 |
]
|
69 |
|
70 |
DEFAULT_CONFIG_NAME = "first_domain" # It's not mandatory to have a default configuration. Just use one if it make sense.
|
|
|
63 |
# data = datasets.load_dataset('my_dataset', 'first_domain')
|
64 |
# data = datasets.load_dataset('my_dataset', 'second_domain')
|
65 |
BUILDER_CONFIGS = [
|
66 |
+
datasets.BuilderConfig(name="drugs", version=VERSION, description="This part of my dataset covers a first domain"),
|
|
|
67 |
]
|
68 |
|
69 |
DEFAULT_CONFIG_NAME = "first_domain" # It's not mandatory to have a default configuration. Just use one if it make sense.
|