Spaces:
Running
on
T4
Running
on
T4
updated readme
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: OctoTools
|
3 |
-
emoji:
|
4 |
colorFrom: yellow
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
@@ -8,17 +8,3 @@ sdk_version: 5.16.0
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
11 |
-
|
12 |
-
|
13 |
-
### Reference
|
14 |
-
|
15 |
-
- https://www.gradio.app/guides/agents-and-tool-usage
|
16 |
-
|
17 |
-
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
18 |
-
|
19 |
-
|
20 |
-
### Example
|
21 |
-
|
22 |
-
```
|
23 |
-
How many baseballs are there?
|
24 |
-
```
|
|
|
1 |
---
|
2 |
title: OctoTools
|
3 |
+
emoji: π
|
4 |
colorFrom: yellow
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app.py
CHANGED
@@ -622,11 +622,6 @@ def main(args):
|
|
622 |
["Generalist_Solution_Generator_Tool", "Python_Code_Generator_Tool"],
|
623 |
"9.9"],
|
624 |
|
625 |
-
[ "examples/baseball.png",
|
626 |
-
"How many baseballs are there?",
|
627 |
-
["Object_Detector_Tool"],
|
628 |
-
"20"],
|
629 |
-
|
630 |
[ None,
|
631 |
"Using the numbers [1, 1, 6, 9], create an expression that equals 24. You must use basic arithmetic operations (+, -, Γ, /) and parentheses. For example, one solution for [1, 2, 3, 4] is (1+2+3)Γ4.", ["Python_Code_Generator_Tool"],
|
632 |
"((1 + 1) * 9) + 6"],
|
@@ -635,6 +630,11 @@ def main(args):
|
|
635 |
"What are the research trends in tool agents with large language models for scientific discovery? Please consider the latest literature from ArXiv, PubMed, Nature, and news sources.", ["ArXiv_Paper_Searcher_Tool", "Pubmed_Search_Tool", "Nature_News_Fetcher_Tool"],
|
636 |
"Open-ended question. No reference answer."],
|
637 |
|
|
|
|
|
|
|
|
|
|
|
638 |
[ "examples/rotting_kiwi.png",
|
639 |
"You are given a 3 x 3 grid in which each cell can contain either no kiwi, one fresh kiwi, or one rotten kiwi. Every minute, any fresh kiwi that is 4-directionally adjacent to a rotten kiwi also becomes rotten. What is the minimum number of minutes that must elapse until no cell has a fresh kiwi?", ["Image_Captioner_Tool"],
|
640 |
"4 minutes"],
|
|
|
622 |
["Generalist_Solution_Generator_Tool", "Python_Code_Generator_Tool"],
|
623 |
"9.9"],
|
624 |
|
|
|
|
|
|
|
|
|
|
|
625 |
[ None,
|
626 |
"Using the numbers [1, 1, 6, 9], create an expression that equals 24. You must use basic arithmetic operations (+, -, Γ, /) and parentheses. For example, one solution for [1, 2, 3, 4] is (1+2+3)Γ4.", ["Python_Code_Generator_Tool"],
|
627 |
"((1 + 1) * 9) + 6"],
|
|
|
630 |
"What are the research trends in tool agents with large language models for scientific discovery? Please consider the latest literature from ArXiv, PubMed, Nature, and news sources.", ["ArXiv_Paper_Searcher_Tool", "Pubmed_Search_Tool", "Nature_News_Fetcher_Tool"],
|
631 |
"Open-ended question. No reference answer."],
|
632 |
|
633 |
+
[ "examples/baseball.png",
|
634 |
+
"How many baseballs are there?",
|
635 |
+
["Object_Detector_Tool"],
|
636 |
+
"20"],
|
637 |
+
|
638 |
[ "examples/rotting_kiwi.png",
|
639 |
"You are given a 3 x 3 grid in which each cell can contain either no kiwi, one fresh kiwi, or one rotten kiwi. Every minute, any fresh kiwi that is 4-directionally adjacent to a rotten kiwi also becomes rotten. What is the minimum number of minutes that must elapse until no cell has a fresh kiwi?", ["Image_Captioner_Tool"],
|
640 |
"4 minutes"],
|