Browse Source

Clear Output

pull/245/head
hun-bot 2 months ago
parent
commit
32e9b7b177
  1. 22
      week1/community-contributions/Week1-Day2-Ollama-Exercise.ipynb

22
week1/community-contributions/Week1-Day2-Ollama-Exercise.ipynb

@ -67,26 +67,10 @@
},
{
"cell_type": "code",
"execution_count": 41,
"execution_count": null,
"id": "7d74c85c-3e09-4514-bde4-4cafc4910c52",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"model='llama3.2:latest' created_at='2025-03-07T04:47:23.9329208Z' done=True done_reason='stop' total_duration=31844916400 load_duration=82994800 prompt_eval_count=509 prompt_eval_duration=264000000 eval_count=139 eval_duration=31493000000 message=Message(role='assistant', content=\"The text is a welcome page for Hugging Face's Machine Learning for 3D Course, created by developer advocate Dylan Ebert (IndividualKex). The course provides an overview of machine learning for 3D, including recent developments and how to build your own generative 3D demo. Key topics covered in the course include:\\n\\n* Introduction to 3D\\n* Multi-view diffusion\\n* Gaussian Splatting\\n* Meshes\\n\\nThe course is available on Hugging Face's channel and GitHub, with redundant content presented in video, text, and code formats. The page also includes links for joining the Discord community, asking questions, sharing work, and connecting with others.\", images=None, tool_calls=None)\n",
"Summary Text: The text is a welcome page for Hugging Face's Machine Learning for 3D Course, created by developer advocate Dylan Ebert (IndividualKex). The course provides an overview of machine learning for 3D, including recent developments and how to build your own generative 3D demo. Key topics covered in the course include:\n",
"\n",
"* Introduction to 3D\n",
"* Multi-view diffusion\n",
"* Gaussian Splatting\n",
"* Meshes\n",
"\n",
"The course is available on Hugging Face's channel and GitHub, with redundant content presented in video, text, and code formats. The page also includes links for joining the Discord community, asking questions, sharing work, and connecting with others.\n"
]
}
],
"outputs": [],
"source": [
"# huggingface_data 'text' value\n",
"huggingface_text = huggingface_data['text']\n",
@ -103,7 +87,7 @@
},
{
"cell_type": "code",
"execution_count": 42,
"execution_count": null,
"id": "d13764d5-cb76-46c5-bbe6-d132b31a9ea6",
"metadata": {},
"outputs": [],

Loading…
Cancel
Save