Skip to content

Commit

Permalink
Merge pull request #25 from bespokelabsai/camel-fix
Browse files Browse the repository at this point in the history
Explicitly print out data points in camel.py
  • Loading branch information
CharlieJCJ authored Nov 7, 2024
2 parents b2231e1 + 84a9407 commit 70b7400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/camel.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ class QAs(BaseModel):

qa_hf_dataset = qa_dataset.to_huggingface()
qa_hf_dataset.map(lambda row: {"answer": row["answer"].strip()}, num_proc=2)
print(qa_hf_dataset)
print(qa_hf_dataset.to_pandas())

0 comments on commit 70b7400

Please sign in to comment.