From 7f42e5767dea9fe61946f51b4d9fd8c92f16324e Mon Sep 17 00:00:00 2001 From: Gijs Wijngaard Date: Mon, 18 Dec 2023 16:54:53 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4035ada..36a061f 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ score = get_aces_score(candidates, references, average=True) ``` ### Semantics of sounds -To just clasify a caption based on the semantics of sounds (the basis of the ACES metric): +To get an output of classes of semantic groups from a caption: ``` python from transformers import pipeline pipe = pipeline("token-classification", "gijs/aces-roberta-13", aggregation_strategy="simple")