Spaces:
Runtime error
Runtime error
File size: 406 Bytes
c5ca37a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
export PYTHONPATH="${PYTHONPATH}:/workspace/code"
export GPU_ID=0,1
export GLUE_DIR=/workspace/data/datasets/glue_data/glue_data
python ./examples/run_glue_data_integration.py \
--output_dir ../output/local_glue_data \
--data_dir $GLUE_DIR\
--model_type bert \
--model_name_or_path bert-base-cased \
--percentage_per_label .5 \
--use_freeze \
--overwrite_output_dir
|