-
Notifications
You must be signed in to change notification settings - Fork 399
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: format suggestions for ranking values #4628
Merged
frascuchon
merged 8 commits into
develop
from
bugfix/format-suggestions-for-ranking-values
Mar 6, 2024
Merged
fix: format suggestions for ranking values #4628
frascuchon
merged 8 commits into
develop
from
bugfix/format-suggestions-for-ranking-values
Mar 6, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dosubot
bot
added
size:S
This PR changes 10-29 lines, ignoring generated files.
area: python sdk
Indicates that an issue or pull request is related to the Python SDK
severity: minor
Indicates that the issue isn't urgent or blocking
team: backend
Indicates that the issue or pull request is owned by the backend team
type: bug
Indicates an unexpected problem or unintended behavior
labels
Mar 5, 2024
for more information, see https://pre-commit.ci
The URL of the deployed environment for this PR is https://argilla-quickstart-pr-4628-ki24f765kq-no.a.run.app |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #4628 +/- ##
============================================
+ Coverage 45.26% 89.03% +43.76%
============================================
Files 190 190
Lines 11671 11664 -7
============================================
+ Hits 5283 10385 +5102
+ Misses 6388 1279 -5109 ☔ View full report in Codecov by Sentry. |
alvarobartt
reviewed
Mar 6, 2024
src/argilla/client/feedback/integrations/huggingface/dataset.py
Outdated
Show resolved
Hide resolved
alvarobartt
approved these changes
Mar 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: python sdk
Indicates that an issue or pull request is related to the Python SDK
lgtm
This PR has been approved by a maintainer
severity: minor
Indicates that the issue isn't urgent or blocking
size:S
This PR changes 10-29 lines, ignoring generated files.
team: backend
Indicates that the issue or pull request is owned by the backend team
type: bug
Indicates an unexpected problem or unintended behavior
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR fixes problems with HF format when passing ranking value objects (instead of raw dictionaries).
Type of change
(Please delete options that are not relevant. Remember to title the PR according to the type of change)
How Has This Been Tested
(Please describe the tests that you ran to verify your changes. And ideally, reference
tests
)Tested locally
Checklist
CHANGELOG.md
file (See https://keepachangelog.com/)