Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DGS3-T dataset download #9

Open
XinS0909 opened this issue Aug 21, 2024 · 2 comments
Open

DGS3-T dataset download #9

XinS0909 opened this issue Aug 21, 2024 · 2 comments

Comments

@XinS0909
Copy link

Thank you very much for sharing your work. I encountered the following issue while building DGS3-T: “tensorflow_datasets.core.download.downloader.DownloadError: Failed to get url https://nlp.biu.ac.il/~amit/datasets/dgs.json. HTTP code: 404.”

It seems that the previously saved URL is no longer valid. Could you please provide an alternative method to download the data?

@bzhangGo
Copy link
Owner

Hey @XinS0909, there seems to be an update in another repository; could you please try this dgs.json instead?

@XinS0909
Copy link
Author

Thank you very much for your response. I download the document-level data using the new code.

config = DgsCorpusConfig(name="only-annotations-sentence-level", version="1.0.0", include_video=False, include_pose=None, data_type="sentence")
dgs_corpus = tfds.load('dgs_corpus', builder_kwargs=dict(config=config))

I noticed that there are no corresponding train, val, and test splits. Could you please provide those?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants