Spaces:
Running
Running
Commit
·
4adfce5
1
Parent(s):
78733fd
Update app.py
Browse files
app.py
CHANGED
@@ -165,6 +165,12 @@ RESPONSE_TEXT = """<h1 align="center">🤗 Here are the responses to each model!
|
|
165 |
SPECIFIC_INFORMATION = """
|
166 |
This is the specific information about LLM Agora!
|
167 |
|
|
|
|
|
|
|
|
|
|
|
|
|
168 |
**Model size**
|
169 |
|
170 |
Besides Falcon, all other models are based on Llama2.
|
|
|
165 |
SPECIFIC_INFORMATION = """
|
166 |
This is the specific information about LLM Agora!
|
167 |
|
168 |
+
**Tasks**
|
169 |
+
|
170 |
+
- Math: The problem of arithmetic operations on six randomly selected numbers. The format is '{}+{}*{}+{}-{}*{}=?'
|
171 |
+
- GSM8K: GSM8K is a dataset of 8.5K high quality linguistically diverse grade school math word problems created by human problem writers.
|
172 |
+
- MMLU: MMLU (Massive Multitask Language Understanding) is a new benchmark designed to measure knowledge acquired during pretraining by evaluating models exclusively in zero-shot and few-shot settings.
|
173 |
+
|
174 |
**Model size**
|
175 |
|
176 |
Besides Falcon, all other models are based on Llama2.
|