Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
strickvl committed Aug 8, 2024
1 parent ec2f8b1 commit 548699b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llm-complete-guide/steps/distilabel_generate_queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def generate_synthetic_queries(
name="generate_embedding_queries"
) as pipeline:
load_dataset = LoadDataFromHub(
# num_examples=20, # use this for demo purposesc
# num_examples=20, # use this for demo purposes
output_mappings={"page_content": "anchor"},
)
generate_sentence_pair = GenerateSentencePair(
Expand Down

0 comments on commit 548699b

Please sign in to comment.