Update README.md
Browse files
README.md
CHANGED
@@ -23,9 +23,7 @@ license: mit
|
|
23 |
Final hands-on assignment for the Hugging Face Agents course. In this project I built a multi-agent solution, evaluated it against questions from the General AI Assistants (GAIA) benchmark (level one only), and got creative with some agent and tool improvements.
|
24 |
</div>
|
25 |
|
26 |
-
##About The Project
|
27 |
-
|
28 |
-
[](https://huggingface.co/spaces/civerson916/Final_Assignment_Template)
|
29 |
|
30 |
Achieving 30 points for the certification was relatively easy with the template provided and a powerful enough LLM. However, evaluation revealed the unique types of implementation challenges with AI agents. Some of which include...
|
31 |
|
@@ -33,6 +31,8 @@ Achieving 30 points for the certification was relatively easy with the template
|
|
33 |
* Response Times
|
34 |
* Reliability
|
35 |
|
|
|
|
|
36 |
Beyond what looks like a smolagents guided tour, you can find the following in this repo...
|
37 |
|
38 |
* Research agent armed with Google search via [Serper](https://serper.dev/) and both Audo and Video Understanding via [Gemini](https://ai.google.dev/gemini-api/docs/)video-understanding)
|
|
|
23 |
Final hands-on assignment for the Hugging Face Agents course. In this project I built a multi-agent solution, evaluated it against questions from the General AI Assistants (GAIA) benchmark (level one only), and got creative with some agent and tool improvements.
|
24 |
</div>
|
25 |
|
26 |
+
## About The Project
|
|
|
|
|
27 |
|
28 |
Achieving 30 points for the certification was relatively easy with the template provided and a powerful enough LLM. However, evaluation revealed the unique types of implementation challenges with AI agents. Some of which include...
|
29 |
|
|
|
31 |
* Response Times
|
32 |
* Reliability
|
33 |
|
34 |
+
[](https://huggingface.co/spaces/civerson916/Final_Assignment_Template)
|
35 |
+
|
36 |
Beyond what looks like a smolagents guided tour, you can find the following in this repo...
|
37 |
|
38 |
* Research agent armed with Google search via [Serper](https://serper.dev/) and both Audo and Video Understanding via [Gemini](https://ai.google.dev/gemini-api/docs/)video-understanding)
|