Skip to content
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

bash: task/[email protected]=apd_compare_all: No such file or directory #24

Open
kuan-yu-lin opened this issue Apr 5, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@kuan-yu-lin
Copy link
Contributor

Create an example with the model bert-base-cased.

The parameter of task.model.wic.ckpt changes to bert-base-cased. The parameter of dataset is changed to dwug_de_210, because there is no dataset as dwug_de. And, dataset/split=dev is also need to be specified.

After running

python main.py \
  dataset=dwug_de_210 \
  dataset/split=dev \
  task=lscd_graded \
  task/[email protected]=apd_compare_all \
  task/[email protected]=contextual_embedder \
  task/wic/[email protected]_metric=cosine \
  task.model.wic.ckpt=bert-base-cased \
  task.model.wic.gpu=0 \
  evaluation=change_graded

I got error as

You must specify 'evaluation', e.g, evaluation=<OPTION>
Available options:
	binary_wic
	change_binary
	change_graded
	compare
	none
	wic
	wsi

Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace.
-bash: task/[email protected]=apd_compare_all: No such file or directory
@sachinn12 sachinn12 self-assigned this Jan 8, 2025
@sachinn12 sachinn12 added the bug Something isn't working label Jan 8, 2025
@sachinn12 sachinn12 mentioned this issue Jan 8, 2025
15 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants