Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GLJS authored Dec 18, 2023
1 parent 2755bc5 commit 7f42e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 7f42e57

Please sign in to comment.