David Pomerenke
commited on
Commit
Β·
9cd1249
1
Parent(s):
eaf2d97
HuggingFace Readme
Browse files- README.md +1 -37
- frontend/public/README.md +35 -0
README.md
CHANGED
|
@@ -1,44 +1,8 @@
|
|
| 1 |
-
---
|
| 2 |
-
title: AI Language Monitor
|
| 3 |
-
emoji: π
|
| 4 |
-
colorFrom: purple
|
| 5 |
-
colorTo: pink
|
| 6 |
-
sdk: gradio
|
| 7 |
-
license: cc-by-sa-4.0
|
| 8 |
-
short_description: Evaluating LLM performance across all human languages.
|
| 9 |
-
datasets:
|
| 10 |
-
- openlanguagedata/flores_plus
|
| 11 |
-
- google/fleurs
|
| 12 |
-
- mozilla-foundation/common_voice_1_0
|
| 13 |
-
models:
|
| 14 |
-
- meta-llama/Llama-3.3-70B-Instruct
|
| 15 |
-
- mistralai/Mistral-Small-24B-Instruct-2501
|
| 16 |
-
- deepseek-ai/DeepSeek-V3
|
| 17 |
-
- microsoft/phi-4
|
| 18 |
-
- openai/whisper-large-v3
|
| 19 |
-
- google/gemma-3-27b-it
|
| 20 |
-
tags:
|
| 21 |
-
- leaderboard
|
| 22 |
-
- submission:manual
|
| 23 |
-
- test:public
|
| 24 |
-
- judge:auto
|
| 25 |
-
- modality:text
|
| 26 |
-
- modality:artefacts
|
| 27 |
-
- eval:generation
|
| 28 |
-
- language:English
|
| 29 |
-
- language:German
|
| 30 |
-
---
|
| 31 |
-
|
| 32 |
-
<!--
|
| 33 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 34 |
-
For tag meaning, see https://huggingface.co/spaces/leaderboards/LeaderboardsExplorer
|
| 35 |
-
-->
|
| 36 |
-
|
| 37 |
[](https://huggingface.co/spaces/datenlabor-bmz/ai-language-monitor)
|
| 38 |
|
| 39 |
# AI Language Monitor π
|
| 40 |
|
| 41 |
-
|
| 42 |
|
| 43 |
```bash
|
| 44 |
uv run evals/main.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
[](https://huggingface.co/spaces/datenlabor-bmz/ai-language-monitor)
|
| 2 |
|
| 3 |
# AI Language Monitor π
|
| 4 |
|
| 5 |
+
_Tracking language proficiency of AI models for every language_
|
| 6 |
|
| 7 |
```bash
|
| 8 |
uv run evals/main.py
|
frontend/public/README.md
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: AI Language Monitor
|
| 3 |
+
emoji: π
|
| 4 |
+
colorFrom: purple
|
| 5 |
+
colorTo: pink
|
| 6 |
+
sdk: static
|
| 7 |
+
license: cc-by-sa-4.0
|
| 8 |
+
short_description: Evaluating LLM performance across all human languages.
|
| 9 |
+
datasets:
|
| 10 |
+
- openlanguagedata/flores_plus
|
| 11 |
+
- google/fleurs
|
| 12 |
+
- mozilla-foundation/common_voice_1_0
|
| 13 |
+
models:
|
| 14 |
+
- meta-llama/Llama-3.3-70B-Instruct
|
| 15 |
+
- mistralai/Mistral-Small-24B-Instruct-2501
|
| 16 |
+
- deepseek-ai/DeepSeek-V3
|
| 17 |
+
- microsoft/phi-4
|
| 18 |
+
- openai/whisper-large-v3
|
| 19 |
+
- google/gemma-3-27b-it
|
| 20 |
+
tags:
|
| 21 |
+
- leaderboard
|
| 22 |
+
- submission:manual
|
| 23 |
+
- test:public
|
| 24 |
+
- judge:auto
|
| 25 |
+
- modality:text
|
| 26 |
+
- modality:artefacts
|
| 27 |
+
- eval:generation
|
| 28 |
+
- language:English
|
| 29 |
+
- language:German
|
| 30 |
+
---
|
| 31 |
+
|
| 32 |
+
<!--
|
| 33 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 34 |
+
For tag meaning, see https://huggingface.co/spaces/leaderboards/LeaderboardsExplorer
|
| 35 |
+
-->
|