Skip to content

Commit

Permalink
datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
0x00b1 committed Jul 17, 2024
1 parent dfc6fca commit 069d2e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions docs/reference/datasets/generation/reaction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: beignet.datasets.USPTODataset
10 changes: 5 additions & 5 deletions src/beignet/datasets/_uspto_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ def __init__(
super().__init__(
root=root,
download=download,
identifier=0,
suffix="",
checksum="",
x_keys=[""],
y_keys=[""],
identifier=4171642,
suffix="csv",
checksum="md5:818b06cd7dff707d5ae2c82109ff8668",
x_keys=["reactant"],
y_keys=["product"],
transform=transform,
target_transform=target_transform,
)

0 comments on commit 069d2e4

Please sign in to comment.