ur-dad-matt commited on
Commit
dafb389
·
verified ·
1 Parent(s): 80a01c1

docs: multilingual tags, eval_results MMLU 77.36%

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md CHANGED
@@ -1,6 +1,20 @@
1
  ---
2
  language:
3
  - en
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  license: apache-2.0
5
  library_name: mlx
6
  base_model: Qwen/Qwen3.5-9B
@@ -11,7 +25,40 @@ tags:
11
  - 4-bit
12
  - text-generation
13
  - qwen3.5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  pipeline_tag: text-generation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  ---
16
 
17
  # Outlier Lite 9B (MLX-4bit)
 
1
  ---
2
  language:
3
  - en
4
+ - zh
5
+ - fr
6
+ - es
7
+ - pt
8
+ - de
9
+ - it
10
+ - ru
11
+ - ja
12
+ - ko
13
+ - ar
14
+ - vi
15
+ - th
16
+ - nl
17
+ - pl
18
  license: apache-2.0
19
  library_name: mlx
20
  base_model: Qwen/Qwen3.5-9B
 
25
  - 4-bit
26
  - text-generation
27
  - qwen3.5
28
+ - function-calling
29
+ - tool-use
30
+ - thinking
31
+ - instruct
32
+ - conversational
33
+ - chat
34
+ - macos
35
+ - mac
36
+ - m1
37
+ - m2
38
+ - m3
39
+ - m4
40
+ - local-llm
41
+ - offline
42
+ - on-device
43
+ - mmlu-verified
44
  pipeline_tag: text-generation
45
+
46
+ model-index:
47
+ - name: Outlier-Ai/Outlier-Lite-9B-MLX-4bit
48
+ results:
49
+ - task:
50
+ type: text-generation
51
+ name: Text Generation
52
+ dataset:
53
+ name: MMLU (5-shot)
54
+ type: cais/mmlu
55
+ config: all
56
+ split: test
57
+ metrics:
58
+ - type: acc
59
+ name: accuracy
60
+ value: 77.36
61
+ verified: false
62
  ---
63
 
64
  # Outlier Lite 9B (MLX-4bit)