malteos / finetune-evaluation-harness

MIT License
2 stars 0 forks source link

Single entry point script #6

Closed malteos closed 1 year ago

malteos commented 1 year ago

Merge the different task scripts into a single entry point script.

Subtask:

malteos commented 1 year ago

Example:

python main.py --model MY_NEW_MODEL --task_list ALL
malteos commented 1 year ago

Some feedback:

TODOs

malteos commented 1 year ago

Feedback II

class GermEval2018(Classification): DATASET_ID = "philschmid/germeval18" # HF datasets ID TASK_NAME = "germeval2018" LABEL_NAME = "multi" # column name from HF dataset