Hemimoon commited on
Commit
2048d4d
·
verified ·
1 Parent(s): 2f04a60

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -13,7 +13,10 @@ hf_oauth_expiration_minutes: 480
13
 
14
  # 🕵🏻‍♂️ Agents Course Final Assignment
15
 
16
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/660d652e2461f72aa268bb8c/-q8C143P4TkNiLxCJS8cp.png)
 
 
 
17
 
18
  > **⚠️ Important Notice**: After this project is made public, the `OPENAI_API_KEY` in Hugging Face Space settings has been set to an invalid value to protect API key security. To run this project, please use your own OpenAI API key.
19
 
@@ -21,12 +24,14 @@ This is a multi-agent system developed for the [Hugging Face Agents Course](http
21
 
22
  Due to the fact that this agent system does not provide file processing capabilities, multimodal reasoning, and other advanced features, some questions like the following cannot be answered by this agent system:
23
 
 
24
  > The attached Excel file contains the sales of menu items for a local fast-food chain. What were the total sales that the chain made from food (not including drinks)? Express your answer in USD with two decimal places.
25
 
26
  > Review the chess position provided in the image. It is black's turn. Provide the correct next move for black which guarantees a win. Please provide your response in algebraic notation.
27
 
28
  > In the video https://www.youtube.com/watch?v=L1vXCYZAYYM, what is the highest number of bird species to be on camera simultaneously?
29
 
 
30
  Even so, this agent system is able to pass the GAIA benchmark with a score of 50% by correctly answering 10 out of 20 questions.
31
 
32
  > Submission Successful! <br/>
 
13
 
14
  # 🕵🏻‍♂️ Agents Course Final Assignment
15
 
16
+ <div align="center">
17
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/660d652e2461f72aa268bb8c/-q8C143P4TkNiLxCJS8cp.png" alt="certification" width="600"/>
18
+ </div>
19
+
20
 
21
  > **⚠️ Important Notice**: After this project is made public, the `OPENAI_API_KEY` in Hugging Face Space settings has been set to an invalid value to protect API key security. To run this project, please use your own OpenAI API key.
22
 
 
24
 
25
  Due to the fact that this agent system does not provide file processing capabilities, multimodal reasoning, and other advanced features, some questions like the following cannot be answered by this agent system:
26
 
27
+
28
  > The attached Excel file contains the sales of menu items for a local fast-food chain. What were the total sales that the chain made from food (not including drinks)? Express your answer in USD with two decimal places.
29
 
30
  > Review the chess position provided in the image. It is black's turn. Provide the correct next move for black which guarantees a win. Please provide your response in algebraic notation.
31
 
32
  > In the video https://www.youtube.com/watch?v=L1vXCYZAYYM, what is the highest number of bird species to be on camera simultaneously?
33
 
34
+
35
  Even so, this agent system is able to pass the GAIA benchmark with a score of 50% by correctly answering 10 out of 20 questions.
36
 
37
  > Submission Successful! <br/>