shenwzh3 commited on
Commit
84db8c3
1 Parent(s): d1248eb

Update README.md

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