Fix "Norway problem" in YAML
Browse filesFix the problem with this line:
```
- no
```
Why? See "Norway problem" in YAML: https://langdev.stackexchange.com/questions/1123/what-design-trade-offs-led-to-the-norway-problem-in-yaml-and-when-are-they-wo
README.md
CHANGED
@@ -2,30 +2,30 @@
|
|
2 |
license: mit
|
3 |
license_link: https://huggingface.co/microsoft/Phi-4-mini-instruct/resolve/main/LICENSE
|
4 |
language:
|
5 |
-
- multilingual
|
6 |
-
- ar
|
7 |
-
- zh
|
8 |
-
- cs
|
9 |
-
- da
|
10 |
-
- nl
|
11 |
-
- en
|
12 |
-
- fi
|
13 |
-
- fr
|
14 |
-
- de
|
15 |
-
- he
|
16 |
-
- hu
|
17 |
-
- it
|
18 |
-
- ja
|
19 |
-
- ko
|
20 |
-
- no
|
21 |
-
- pl
|
22 |
-
- pt
|
23 |
-
- ru
|
24 |
-
- es
|
25 |
-
- sv
|
26 |
-
- th
|
27 |
-
- tr
|
28 |
-
- uk
|
29 |
pipeline_tag: text-generation
|
30 |
tags:
|
31 |
- nlp
|
|
|
2 |
license: mit
|
3 |
license_link: https://huggingface.co/microsoft/Phi-4-mini-instruct/resolve/main/LICENSE
|
4 |
language:
|
5 |
+
- "multilingual"
|
6 |
+
- "ar"
|
7 |
+
- "zh"
|
8 |
+
- "cs"
|
9 |
+
- "da"
|
10 |
+
- "nl"
|
11 |
+
- "en"
|
12 |
+
- "fi"
|
13 |
+
- "fr"
|
14 |
+
- "de"
|
15 |
+
- "he"
|
16 |
+
- "hu"
|
17 |
+
- "it"
|
18 |
+
- "ja"
|
19 |
+
- "ko"
|
20 |
+
- "no"
|
21 |
+
- "pl"
|
22 |
+
- "pt"
|
23 |
+
- "ru"
|
24 |
+
- "es"
|
25 |
+
- "sv"
|
26 |
+
- "th"
|
27 |
+
- "tr"
|
28 |
+
- "uk"
|
29 |
pipeline_tag: text-generation
|
30 |
tags:
|
31 |
- nlp
|