Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -325,7 +325,7 @@ def main():
|
|
325 |
st.error("Failed to download the content from the URL provided.")
|
326 |
# About tab
|
327 |
with tab2:
|
328 |
-
st.markdown('''
|
329 |
### Nous benchmark suite
|
330 |
Popularized by [Teknium](https://huggingface.co/teknium) and [NousResearch](https://huggingface.co/NousResearch), this benchmark suite aggregates four benchmarks:
|
331 |
* [**AGIEval**](https://arxiv.org/abs/2304.06364) (0-shot): `agieval_aqua_rat,agieval_logiqa_en,agieval_lsat_ar,agieval_lsat_lr,agieval_lsat_rc,agieval_sat_en,agieval_sat_en_without_passage,agieval_sat_math`
|
@@ -404,7 +404,6 @@ def main():
|
|
404 |
## Step 9: Rank the New Number One Model
|
405 |
Rank the new number one model and top your own LeaderBoard: (Model: CultriX/MergeCeption-7B-v3)
|
406 |
![image.png](https://cdn-uploads.huggingface.co/production/uploads/6495d5a915d8ef6f01bc75eb/mFV3Ou469fk6ivj1XrD9d.png)
|
407 |
-
```
|
408 |
|
409 |
## Step 10: Automate the Process with Cronjob
|
410 |
Create a cronjob that automates this process 5 times every day, only to then learn from the models that it has created in order to create even better ones and I'm telling you that you better prepare yourself for some non-neglectable increases in benchmark scores for the near future.
|
|
|
325 |
st.error("Failed to download the content from the URL provided.")
|
326 |
# About tab
|
327 |
with tab2:
|
328 |
+
st.markdown('''markdown
|
329 |
### Nous benchmark suite
|
330 |
Popularized by [Teknium](https://huggingface.co/teknium) and [NousResearch](https://huggingface.co/NousResearch), this benchmark suite aggregates four benchmarks:
|
331 |
* [**AGIEval**](https://arxiv.org/abs/2304.06364) (0-shot): `agieval_aqua_rat,agieval_logiqa_en,agieval_lsat_ar,agieval_lsat_lr,agieval_lsat_rc,agieval_sat_en,agieval_sat_en_without_passage,agieval_sat_math`
|
|
|
404 |
## Step 9: Rank the New Number One Model
|
405 |
Rank the new number one model and top your own LeaderBoard: (Model: CultriX/MergeCeption-7B-v3)
|
406 |
![image.png](https://cdn-uploads.huggingface.co/production/uploads/6495d5a915d8ef6f01bc75eb/mFV3Ou469fk6ivj1XrD9d.png)
|
|
|
407 |
|
408 |
## Step 10: Automate the Process with Cronjob
|
409 |
Create a cronjob that automates this process 5 times every day, only to then learn from the models that it has created in order to create even better ones and I'm telling you that you better prepare yourself for some non-neglectable increases in benchmark scores for the near future.
|