Skip to content

global.config not being used everywhere #1

@mmmjung

Description

@mmmjung

Line that copies which dataset (task) we use is commented:

#args.task_name = configs_dict.get("dataset")

It means that if you clone the repo and run:

python finetune_dataset.py
python aug_dataset.py

you will get an error, because one of the commands runs for rt-polarity and the other for subj dataset.

Besides this, maybe some of the other parameters should be copied from global.config?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions