Closed jfcalvo closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 91.18%. Comparing base (
bc720c2
) to head (0bc9a31
). Report is 1 commits behind head on feat/argilla-direct-feature-branch.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
Using the dataset https://huggingface.co/datasets/mlabonne/ultrachat_200k_sft we have found that the import feature was not mapping correctly the
message
feature.In order to fix this I'm improving with this PR how the feature values casting is done, checking if the features are instances of certain feature classes instead of using the
_type
method.I have also added a new test importing the
mlabonne/ultrachat_200k_sft
dataset and using chat fields.Refs https://github.com/argilla-io/roadmap/issues/21
Type of change
How Has This Been Tested
Checklist