kamalkraj / ALBERT-TF2.0

ALBERT model Pretraining and Fine Tuning using TF2.0
Apache License 2.0
200 stars 45 forks source link

Fine Tune Error #30

Open zzj0402 opened 4 years ago

zzj0402 commented 4 years ago

Running the cola returns:

FATAL Flags parsing error: flag --classification_task_name=CoLA: value should be one of <COLA|STS|SST|MNLI|QNLI|QQP|RTE|MRPC|WNLI|XNLI>
Bidek56 commented 4 years ago

Just do: --classification_task_name=COLA then.

zzj0402 commented 4 years ago

Fix the code then.

Bidek56 commented 4 years ago

@zzj0402 How about you fix it by creating a PR to the owner of the repo?