sanjaystarc commited on
Commit
3775c07
·
verified ·
1 Parent(s): 12232f8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -11
README.md CHANGED
@@ -1,11 +1,16 @@
1
- # 🤗 GAIA Agent Submission
2
-
3
- This is my Hugging Face Space for the GAIA Leaderboard Assignment.
4
-
5
- It:
6
- - Fetches evaluation questions from the GAIA API
7
- - Generates simple answers
8
- - Submits them to the leaderboard
9
-
10
- ### Replace Logic
11
- Modify `answer_question()` in `app.py` to use your own reasoning or LLM for better accuracy.
 
 
 
 
 
 
1
+ ---
2
+ title: GAIA Agent
3
+ emoji: 🤖
4
+ colorFrom: indigo
5
+ colorTo: blue
6
+ sdk: gradio
7
+ sdk_version: "4.37.2"
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
+ # 🤗 GAIA Agent Submission Tool
13
+
14
+ This Space fetches GAIA benchmark questions, generates answers, and submits them for leaderboard scoring.
15
+
16
+ Replace the logic in `answer_question()` inside `app.py` to improve accuracy!