fixing two typos in comments

This commit is contained in:
Eric Silberstein
2025-11-19 15:12:53 -05:00
parent 4a87a0d19f
commit 024781f9df
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ class Task:
class TaskMixture(Task):
"""
For SFT Training it becomes useful to train on a tax mixture of datasets.
For SFT Training it becomes useful to train on a mixture of datasets.
Fun trick: if you wish to oversample any task, just pass it in multiple times in the list.
"""