Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rag/codes/chapter10/distill_deepseek_r1.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def main(techer_name, student_name, dataset_name, demo=False, sft_data_path=None
student_model.update()

# Score
score = caculate_score(eval_set, student_model.eval_result)
score = calculate_score(eval_set, student_model.eval_result)
print("All Done. Score is: ", score)

if __name__ == '__main__':
Expand Down
2 changes: 1 addition & 1 deletion rag/notebook/chapter19/19.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"id": "2415728a",
"metadata": {},
"source": [
"## 过场介绍"
"## 前言"
]
},
{
Expand Down