Tanner
Results
2
comments of
Tanner
Here's an idea for anyone else who is having this error and stumbles across this issue: this may be due to not modifying the path in https://github.com/kentonl/e2e-coref/blob/9d1ee1972f6e34eb5d1dcbb1fd9b9efdf53fc298/setup_training.sh#L20
Just to elaborate on what I perceive to be @zyt888's issue. When I run the following with `export SPLIT_FOR_EVAL=test`: ``` python run_coref.py \ --output_dir=$OUTPUT_DIR \ --cache_dir=$CACHE_DIR \ --model_type=longformer \ --model_name_or_path=$MODEL_DIR...