Skip to content

Commit

Permalink
Remove WMT DA meta-eval (#586)
Browse files Browse the repository at this point in the history
neubig authored Jan 30, 2023
1 parent e8b7b9e commit 4015f20
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apache-beam~=2.41.0
boto3~=1.24.68
en_core_web_sm@https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.2.0/en_core_web_sm-3.2.0-py3-none-any.whl
explainaboard == 0.12.3
explainaboard == 0.12.4
Flask-PyMongo~=2.3.0
google-cloud-storage~=2.5.0
iso-639~=0.4.5
7 changes: 1 addition & 6 deletions backend/src/impl/tasks.py
Original file line number Diff line number Diff line change
@@ -230,12 +230,7 @@ class TaskCategory:
Task(
name=TaskType.meta_evaluation_nlg,
description="Evaluate the reliablity of automated metrics for "
"general natural language generawtion tasks",
),
Task(
name=TaskType.meta_evaluation_wmt_da,
description="Evaluate the reliablity of automated metrics"
" for WMT metrics",
"general natural language generation tasks",
),
],
),

0 comments on commit 4015f20

Please sign in to comment.