davila7 commited on
Commit
9d7be77
·
1 Parent(s): 59492a6
Files changed (2) hide show
  1. README.md +2 -2
  2. app.py +2 -2
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
  title: Try Gorilla
3
- emoji: 😻
4
  colorFrom: red
5
- colorTo: pink
6
  sdk: streamlit
7
  sdk_version: 1.21.0
8
  app_file: app.py
 
1
  ---
2
  title: Try Gorilla
3
+ emoji: 🦍
4
  colorFrom: red
5
+ colorTo: white
6
  sdk: streamlit
7
  sdk_version: 1.21.0
8
  app_file: app.py
app.py CHANGED
@@ -38,8 +38,8 @@ tab1, tab2 = st.tabs(["Intro", "Demo"])
38
 
39
  with tab1:
40
  st.markdown("# What is Gorilla?")
41
- st.markdown('### Gorilla is an advanced Large Language Model (LLM) designed to effectively interact with a wide range of APIs, enhancing the capabilities of LLMs in real-world applications.')
42
- st.write('By using self-instruction and retrieval techniques, Gorilla excels at selecting and utilizing tools with overlapping and evolving functionalities. Evaluated using the comprehensive APIBench dataset, which includes HuggingFace, TorchHub, and TensorHub APIs, Gorilla surpasses the performance of GPT-4 in generating API calls. When paired with a document retrieval system, it showcases an impressive ability to adapt to changes in API documentation, bolstering the reliability and applicability of its outputs. To explore Gorilla’s potential, visit https://gorilla.cs.berkeley.edu for code, data, and a live demo.')
43
 
44
  with tab2:
45
  col1, col2 = st.columns(2)
 
38
 
39
  with tab1:
40
  st.markdown("# What is Gorilla?")
41
+ st.write('Gorilla is an advanced Large Language Model (LLM) designed to effectively interact with a wide range of APIs, enhancing the capabilities of LLMs in real-world applications.')
42
+
43
 
44
  with tab2:
45
  col1, col2 = st.columns(2)