Skip to content

Commit

Permalink
chore: update next subset for Magpieultra
Browse files Browse the repository at this point in the history
  • Loading branch information
vTuanpham committed Aug 23, 2024
1 parent 1133683 commit e801103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/argilla-magpie-ultra-v0.1-groq/MagpieUltraV01.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def convert(self) -> None:
data_converted.append(data_dict)

# Be sure to assign the final data list to self.converted_data
self.converted_data = data_converted[12000:18000] # 6k examples at a time to avoid tokens limit
self.converted_data = data_converted[18000:24000] # 6k examples at a time to avoid tokens limit

return None

Expand Down

0 comments on commit e801103

Please sign in to comment.