shenwzh3 commited on
Commit
f378a26
1 Parent(s): dfc00ee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -1,3 +1,17 @@
1
  ---
2
  license: apache-2.0
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ language:
4
+ - en
5
+ library_name: transformers
6
  ---
7
+
8
+ ## alpha-umi-summarizer-7b
9
+
10
+ ## Introduction
11
+ alpha-umi-summarizer-7b is the 7b version summarizer model of the alpha-UMi multi-LLM tool learning agent framework proposed by *''Small LLMs Are Weak Tool Learners: A Multi-LLM Agent''*.
12
+
13
+ It can collaborate with alpha-umi-planner(7b/13b) and alpha-umi-caller(7b/13b) to form a multi-LLM agent system.
14
+
15
+ So far alpha-umi-summarizer-7b is applicable for ToolBench, we will soon release more versions that applicable for more tasks.
16
+
17
+ For the utility, please refer to the github repo of the paper.