mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
small fixes to tutorials (#205)
This commit is contained in:
@@ -967,15 +967,15 @@
|
||||
"3) Key concepts and their relationships from a research paper.\n",
|
||||
"4) Entities and their relationships from a news article.\n",
|
||||
"\n",
|
||||
"As an excercise, try to implement one of the above examples.\n",
|
||||
"As an exercise, try to implement one of the above examples.\n",
|
||||
"\n",
|
||||
"All of them will follow an idea of iteratively extracting more and more information and accumulating it some state."
|
||||
"All of them will follow an idea of iteratively extracting more and more information and accumulating it into some state."
|
||||
]
|
||||
}
|
||||
],
|
||||
"metadata": {
|
||||
"kernelspec": {
|
||||
"display_name": "Python 3",
|
||||
"display_name": "Python 3 (ipykernel)",
|
||||
"language": "python",
|
||||
"name": "python3"
|
||||
},
|
||||
@@ -989,9 +989,9 @@
|
||||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.11.6"
|
||||
"version": "3.10.12"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
"nbformat_minor": 2
|
||||
"nbformat_minor": 4
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user