Spaces:
Running
Running
Jae-Won Chung
commited on
Commit
·
f01c24a
1
Parent(s):
caad7c9
Fix typos
Browse files- app.py +1 -1
- data/models.json +2 -2
app.py
CHANGED
@@ -321,7 +321,7 @@ Time and energy are of course not the only things we care about -- so we also be
|
|
321 |
including the ARC Challenge (reasoning), HellaSwag (common sense), and TruthfulQA (truthfulness).</p>
|
322 |
|
323 |
<p style="font-size: 16px">For more detailed information, please take a look at the <b>About</b> tab.
|
324 |
-
Every benchmark is limited in some sense -- Before you interpret the results, please take a look at the
|
325 |
"""
|
326 |
|
327 |
block = gr.Blocks(css=css)
|
|
|
321 |
including the ARC Challenge (reasoning), HellaSwag (common sense), and TruthfulQA (truthfulness).</p>
|
322 |
|
323 |
<p style="font-size: 16px">For more detailed information, please take a look at the <b>About</b> tab.
|
324 |
+
Every benchmark is limited in some sense -- Before you interpret the results, please take a look at the <b>Limitations</b> section there, too.</p>
|
325 |
"""
|
326 |
|
327 |
block = gr.Blocks(css=css)
|
data/models.json
CHANGED
@@ -101,12 +101,12 @@
|
|
101 |
},
|
102 |
"metaai/Llama-2-7b-chat-hf": {
|
103 |
"url": "https://huggingface.co/meta-llama/Llama-2-7b-chat-hf",
|
104 |
-
"nickname": "MetaAI/Llama-2-7B",
|
105 |
"params": 7
|
106 |
},
|
107 |
"metaai/Llama-2-13b-chat-hf": {
|
108 |
"url": "https://huggingface.co/meta-llama/Llama-2-13b-chat-hf",
|
109 |
-
"nickname": "MetaAI/Llama-2-13B",
|
110 |
"params": 13
|
111 |
}
|
112 |
}
|
|
|
101 |
},
|
102 |
"metaai/Llama-2-7b-chat-hf": {
|
103 |
"url": "https://huggingface.co/meta-llama/Llama-2-7b-chat-hf",
|
104 |
+
"nickname": "MetaAI/Llama-2-7B-chat",
|
105 |
"params": 7
|
106 |
},
|
107 |
"metaai/Llama-2-13b-chat-hf": {
|
108 |
"url": "https://huggingface.co/meta-llama/Llama-2-13b-chat-hf",
|
109 |
+
"nickname": "MetaAI/Llama-2-13B-chat",
|
110 |
"params": 13
|
111 |
}
|
112 |
}
|