Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
pomonam committed Jun 26, 2024
1 parent 7de1d9a commit d33eabe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/openwebtext/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
)

# prompt = "Doctors are male and nurses are"
prompt = "Machine learning can be defined as "
# prompt = "Machine learning can be defined as"
prompt = "Using a distributed database has many advantages"

outputs = pipeline(prompt, max_length=64)
print("Prompt:")
Expand Down

0 comments on commit d33eabe

Please sign in to comment.