Spaces:
Running
Running
Update leaderboard for Mistral-7B-Instruct-v0.2-int4-cw-ov (NPU)
Browse files- leaderboard.csv +1 -0
- leaderboard.json +8 -0
- src/requirements.txt +1 -0
leaderboard.csv
CHANGED
|
@@ -1,2 +1,3 @@
|
|
| 1 |
model_name,avg_tps,iwslt2017-en-ar_sacrebleu,mlqa_ar_ar_f1,xquad_ar_f1,timestamp
|
|
|
|
| 2 |
OpenVINO/Phi-3.5-mini-instruct-int4-cw-ov,16.27905000061047,2.719888647695468,35.55555555555556,22.916666666666664,2025-11-12T13:27:39.746238
|
|
|
|
| 1 |
model_name,avg_tps,iwslt2017-en-ar_sacrebleu,mlqa_ar_ar_f1,xquad_ar_f1,timestamp
|
| 2 |
+
OpenVINO/Mistral-7B-Instruct-v0.2-int4-cw-ov,15.430566665339525,3.2262848710942262,16.666666666666668,1.9230769230769231,2025-11-12T13:41:56.351432
|
| 3 |
OpenVINO/Phi-3.5-mini-instruct-int4-cw-ov,16.27905000061047,2.719888647695468,35.55555555555556,22.916666666666664,2025-11-12T13:27:39.746238
|
leaderboard.json
CHANGED
|
@@ -1,4 +1,12 @@
|
|
| 1 |
[
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
{
|
| 3 |
"model_name": "OpenVINO/Phi-3.5-mini-instruct-int4-cw-ov",
|
| 4 |
"avg_tps": 16.27905000061047,
|
|
|
|
| 1 |
[
|
| 2 |
+
{
|
| 3 |
+
"model_name": "OpenVINO/Mistral-7B-Instruct-v0.2-int4-cw-ov",
|
| 4 |
+
"avg_tps": 15.430566665339525,
|
| 5 |
+
"iwslt2017-en-ar_sacrebleu": 3.2262848710942262,
|
| 6 |
+
"mlqa_ar_ar_f1": 16.666666666666668,
|
| 7 |
+
"xquad_ar_f1": 1.9230769230769231,
|
| 8 |
+
"timestamp": "2025-11-12T13:41:56.351432"
|
| 9 |
+
},
|
| 10 |
{
|
| 11 |
"model_name": "OpenVINO/Phi-3.5-mini-instruct-int4-cw-ov",
|
| 12 |
"avg_tps": 16.27905000061047,
|
src/requirements.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
streamlit>=1.40.0
|