We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0d1e3 commit e87abb9Copy full SHA for e87abb9
examples/training/qwen3/finetune_qwen3.py
@@ -27,7 +27,7 @@
27
# =============================================================================
28
# Data Loading and Preprocessing Function
29
30
-# NOTE: this section can be adapted to laod any dataset you want.
+# NOTE: this section can be adapted to load any dataset you want.
31
dataset_id = "tengomucho/simple_recipes"
32
recipes = load_dataset(dataset_id, split="train")
33
0 commit comments