Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
This repository was 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

Description

@dem108

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions