Skip to content

Instantly share code, notes, and snippets.

@S0PEX
Created June 10, 2024 19:53
Show Gist options
  • Save S0PEX/d8bc0a81318bbde1e90ee8b2b092e673 to your computer and use it in GitHub Desktop.
Save S0PEX/d8bc0a81318bbde1e90ee8b2b092e673 to your computer and use it in GitHub Desktop.
/home/s0pex/anaconda3/envs/bert_377/bin/python /home/s0pex/Git/UzK/ICL/bertese/BERTese/seq2seq_experiment.py --output_dir ./output --model_type bert_emb_identity_seq2seq --model_name bert-large-uncased --num_train_epochs 100 --evaluate_during_training --do_eval_test
Traceback (most recent call last):
File "/home/s0pex/Git/UzK/ICL/bertese/BERTese/seq2seq_experiment.py", line 142, in <module>
_run_identity_exp(args)
File "/home/s0pex/Git/UzK/ICL/bertese/BERTese/seq2seq_experiment.py", line 94, in _run_identity_exp
model_type=args.model_type)
File "/home/s0pex/Git/UzK/ICL/bertese/BERTese/seq2seq_experiment.py", line 52, in lama_seq2seq_experiment
all_data = readers.read_all_data(args, data_path, datasets_file_name)
File "/home/s0pex/Git/UzK/ICL/bertese/BERTese/readers.py", line 177, in read_all_data
trex_data = get_trex_data(args)
File "/home/s0pex/Git/UzK/ICL/bertese/BERTese/readers.py", line 156, in get_trex_data
data_folder=data_folder)
File "/home/s0pex/Git/UzK/ICL/bertese/BERTese/readers.py", line 88, in get_trex_parameters
relations = load_file(args, "{}relations.jsonl".format(data_path_pre))
File "/home/s0pex/Git/UzK/ICL/bertese/BERTese/readers.py", line 16, in load_file
with open(filename, "r") as f:
FileNotFoundError: [Errno 2] No such file or directory: './Bertese/data/relations.jsonl'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment