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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ComplexityScorer task #421

Merged
merged 27 commits into from
Mar 18, 2024
Merged

Add ComplexityScorer task #421

merged 27 commits into from
Mar 18, 2024

Conversation

gabrielmbmb
Copy link
Member

Description

This PR adds the ComplexityScorer task described in the DEITA paper (thanks @plaguss for the previous implementation).

馃毃 This PR should be merged after merging #416.

Close #391

@gabrielmbmb gabrielmbmb added the enhancement New feature or request label Mar 14, 2024
@gabrielmbmb gabrielmbmb added this to the 1.0.0 milestone Mar 14, 2024
@gabrielmbmb gabrielmbmb self-assigned this Mar 14, 2024
@gabrielmbmb gabrielmbmb linked an issue Mar 14, 2024 that may be closed by this pull request
Co-authored-by: Alvaro Bartolome <alvaro@argilla.io>
Copy link
Contributor

@ignacioct ignacioct left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me :) Also, thanks a lot for this code, QualityScorer is super similar and it was like a crash course to me.

@gabrielmbmb gabrielmbmb merged commit 84c2424 into core-refactor Mar 18, 2024
4 checks passed
@gabrielmbmb gabrielmbmb deleted the complexity_scorer_task branch March 18, 2024 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adapt ComplexityScorerTask to new Task interface
3 participants