-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can not find all_ict_samples.jsonl_dev #5
Comments
Can you check whether |
Yes It does contains data |
Can you check if this |
yes for validation the data variable is empty. |
this is the exact output init using bert-base-multilingual-uncased All the weights of HFBertEncoder were initialized from the model checkpoint at bert-base-multilingual-uncased. init using bert-base-multilingual-uncased All the weights of HFBertEncoder were initialized from the model checkpoint at bert-base-multilingual-uncased. |
It looks like |
In run_xict.sh there is a command
python -m torch.distributed.launch
--nproc_per_node 1 run_xict.py
--max_grad_norm 2.0
--encoder_model_type hf_bert
--pretrained_model_cfg bert-base-multilingual-uncased
--seed 12345 --sequence_length 256
--warmup_steps 300 --batch_size 4 --do_lower_case
--train_file "../../data/bbc_passages/all_ict_samples.jsonl_[0,1,2]"
--dev_file ../../data/bbc_passages/all_ict_samples.jsonl_dev
--output_dir xict_outputs
--checkpoint_file_name xICT_biencoder.pt
--learning_rate 2e-05 --num_train_epochs 40
--dev_batch_size 6 --val_av_rank_start_epoch 30
but I don't know where can i find all_ict_samples.jsonl_dev
Instead of this file I am using all_ict_samples-trans100.jsonl
but it gives me error
#4 (comment)
The text was updated successfully, but these errors were encountered: