JxuHenry

Results 5 issues of JxuHenry

When I run docker-compose -f docker/docker-compose.prod.yml --env-file .env up, get error

I want generate test set results with my own trained model

I use . /train_base.sh to run the bart-base experiment to get the following experimental results: ![image](https://github.com/SALT-NLP/Structure-Aware-BART/assets/48616523/ff0705ef-356f-41e4-b747-0900048161fb) Routge-l has a f-value difference of 0.3, why is this? The following were my...

My running script: if [ $# != 2 ] ; then echo "USAGE: $0 COMMENT" echo " e.g.: $0 condigsum 2" exit 1; fi GPU=${2} if [ ${GPU} -eq -1...

An error occurs when I run the "pip install -r requirements.txt" command to configure the environment: ERROR: git+https://github.com/zphang/transformers.git (from -r requirements.txt (line 6)) does not appear to be a Python...