tianjunz commited on
Commit
61fef7b
1 Parent(s): dfe4f3e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md CHANGED
@@ -1,3 +1,35 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - api
7
+ datasets:
8
+ - gorilla-llm/APIBench
9
  ---
10
+ # Gorilla: Large Language Model Connected with Massive APIs
11
+ By Shishir G. Patil, Tianjun Zhang ([Project Website](https://shishirpatil.github.io/gorilla/))
12
+
13
+ [![arXiv](https://img.shields.io/badge/arXiv-2305.15334-<COLOR>.svg?style=flat-square)](https://arxiv.org/abs/2305.15334) [![Discord](https://img.shields.io/discord/1111172801899012102?label=Discord&logo=discord&logoColor=green&style=flat-square)](https://discord.gg/3apqwwME) [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1DEBPsccVLF_aUnmD0FwPeHFrtdC0QIUP?usp=sharing)
14
+
15
+ `Gorilla` enables LLMs to use tools by invoking APIs. Given a natural language query, Gorilla can write a semantically- and syntactically- correct API to invoke. With Gorilla, we are the first to demonstrate how to use LLMs to invoke 1,600+ (and growing) API calls accurately while reducing hallucination. We also release APIBench, the largest collection of APIs, curated and easy to be trained on! Join us, as we try to expand the largest API store and teach LLMs how to write them! Hop on our Discord, or open a PR, or email us if you would like to have your API incorporated as well.
16
+
17
+ ## Model Details
18
+
19
+ Gorilla can be either trained via standard finetuning or using our novel retriever-aware training pipeline. We release `gorilla-falcon-7b-hf-v0`, a 0-shot finetuned LLM that can reliably use Hugging Face APIs. It can be prompted through simply natural language (e.g., "I want to generate an image from text."). Checkour our website, github and paper for more information.
20
+
21
+ ### Model Type
22
+
23
+ Gorilla is an open-source API caller trained by fine-tuning LLaMA weights. It is an auto-regressive language model, based on the transformer architecture.
24
+
25
+ ### Model Date
26
+
27
+ 06/06/2023
28
+
29
+ ### Organization
30
+
31
+ Gorilla LLM (UC Berkeley)
32
+
33
+ ---
34
+ license: apache-2.0
35
+ ---