You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/introduction/tutorial.ipynb
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,13 @@
9
9
"\n",
10
10
"[](https://github.com/parameterlab/MASEval/blob/main/examples/introduction/tutorial.ipynb)\n",
11
11
"\n",
12
-
"This notebook is available as a Jupyter notebook — clone the repo and run it yourself!\n",
12
+
"This notebook is available as a Jupyter notebook \u2014 clone the repo and run it yourself!\n",
13
13
"\n",
14
14
"## What You'll Learn\n",
15
15
"\n",
16
-
"- **Build your first agent** — Create tools and agents with smolagents\n",
17
-
"- **Run a minimal benchmark** — One task, one agent, end-to-end\n",
18
-
"- **Understand the core abstractions** — Tasks, Environments, Evaluators working together\n",
16
+
"- **Build your first agent** \u2014 Create tools and agents with smolagents\n",
17
+
"- **Run a minimal benchmark** \u2014 One task, one agent, end-to-end\n",
18
+
"- **Understand the core abstractions** \u2014 Tasks, Environments, Evaluators working together\n",
19
19
"\n",
20
20
"\n",
21
21
"This tutorial first introduces [`smolagents`](https://huggingface.co/docs/smolagents/en/index) as introduction to agents. Then it provides a super small single task benchmark."
@@ -634,13 +634,13 @@
634
634
"metadata": {},
635
635
"outputs": [],
636
636
"source": [
637
-
"\"# Create benchmark instance with agent configuration\\n\",\n",
0 commit comments