Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

[BUG] absa example: training / validation dataset creation script missing #615

Open
dem108 opened this issue Feb 16, 2021 · 0 comments
Open
Labels
bug Something isn't working

Comments

@dem108
Copy link
Member

dem108 commented Feb 16, 2021

Description

https://github.com/microsoft/nlp-recipes/blob/master/examples/sentiment_analysis/absa/absa_azureml.ipynb
Update data section needs to include how to create training and validation dataset, but the actual code is missing.
If you run this notebook as it is, it fails because there are no .csv or .json found as instructed in the training script.

How do we replicate the bug?

Follow the instruction as documented and run without updating anything, other than the other bug report I created: #614
The experiment fails and from the driver.log it explicitly says it cannot find the training csv file which is apparent from the training script, because those files were never created in earlier step.

Expected behavior (i.e. solution)

Steps to create training/validation dataset should be included. Following the step, the training experiment should succeed.

Other Comments

@dem108 dem108 added the bug Something isn't working label Feb 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant