Skip to content

Commit 583eb2b

Browse files
authored
Update 29_Serializing_Pipelines.ipynb with correct model (#406)
1 parent 0bd5bfd commit 583eb2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/29_Serializing_Pipelines.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"source": [
7979
"## Creating a Simple Pipeline\n",
8080
"\n",
81-
"First, let's create a very simple pipeline that expects a `topic` from the user, and generates a summary about the topic with `google/flan-t5-large`. Feel free to modify the pipeline as you wish. Note that in this pipeline we are using a local model that we're getting from Hugging Face. We're using a relatively small, open-source LLM."
81+
"First, let's create a very simple pipeline that expects a `topic` from the user, and generates a summary about the topic with `Qwen/Qwen2.5-1.5B-Instruct`. Feel free to modify the pipeline as you wish. Note that in this pipeline we are using a local model that we're getting from Hugging Face. We're using a relatively small, open-source LLM."
8282
]
8383
},
8484
{

0 commit comments

Comments
 (0)