Skip to content

Commit

Permalink
Add: DCASE2024 metric set.
Browse files Browse the repository at this point in the history
  • Loading branch information
Labbeti committed Apr 17, 2024
1 parent 2326485 commit 51c9203
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/aac_metrics/functional/evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@
"meteor",
"spider_fl", # includes cider_d, spice, spider, fer
),
# DCASE challenge task6 metrics for 2024
"dcase2024": (
"meteor",
"spider_fl", # includes cider_d, spice, spider, fer
"fense", # includes sbert, fer
"vocab",
),
# All metrics
"all": (
"bleu_1",
Expand Down

0 comments on commit 51c9203

Please sign in to comment.