David Pomerenke commited on
Commit
9cd1249
Β·
1 Parent(s): eaf2d97

HuggingFace Readme

Browse files
Files changed (2) hide show
  1. README.md +1 -37
  2. 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
  [![Hugging Face](https://img.shields.io/badge/πŸ€—%20Hugging%20Face-Space-purple)](https://huggingface.co/spaces/datenlabor-bmz/ai-language-monitor)
38
 
39
  # AI Language Monitor 🌍
40
 
41
- Benchmarking all big AI models on all benchmarkable languages.
42
 
43
  ```bash
44
  uv run evals/main.py
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  [![Hugging Face](https://img.shields.io/badge/πŸ€—%20Hugging%20Face-Space-purple)](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
+ -->