Jerydeak commited on
Commit
f10882b
·
1 Parent(s): 4457cc1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -10,7 +10,7 @@
10
 
11
  WebGLM aspires to provide an efficient and cost-effective web-enhanced question-answering system using the 10-billion-parameter General Language Model (GLM). It aims to improve real-world application deployment by integrating web search and retrieval capabilities into the pre-trained language model.
12
 
13
- WebGLM is built by the flowing parts:
14
 
15
  - **LLM-augmented Retriever**: Enhances the retrieval of relevant web content to better aid in answering questions accurately.
16
  - **Bootstrapped Generator**: Generates human-like responses to questions, leveraging the power of the GLM to provide refined answers.
 
10
 
11
  WebGLM aspires to provide an efficient and cost-effective web-enhanced question-answering system using the 10-billion-parameter General Language Model (GLM). It aims to improve real-world application deployment by integrating web search and retrieval capabilities into the pre-trained language model.
12
 
13
+ WebGLM is built by the following parts:
14
 
15
  - **LLM-augmented Retriever**: Enhances the retrieval of relevant web content to better aid in answering questions accurately.
16
  - **Bootstrapped Generator**: Generates human-like responses to questions, leveraging the power of the GLM to provide refined answers.