allenai / cartography

Dataset Cartography: Mapping and Diagnosing Datasets with Training Dynamics
Apache License 2.0
188 stars 63 forks source link

expected one argument #7

Open fahimeh-bayan opened 2 years ago

fahimeh-bayan commented 2 years ago

Hi what is the solution for this error?

fahimeh-bayan commented 2 years ago

I put the piece of code which was in READ ME file, python -m cartography.classification.run_glue \ -c configs/$TASK.jsonnet \ --do_train \ --do_eval \ -o $MODEL_OUTPUT_DIR but I receive the ERROR: expected one argument. Then I give the value: cartography-main/sample/training_dynamics to the MODEL_OUTPUT_DIR argument, but receive the same error. Could any one help me?

karamvirsingh1998 commented 10 months ago

Have you replaces this $TASK. with task from configs?