Commit
•
a79bfd9
1
Parent(s):
0c31f3f
Add language metadata to model card (#8)
Browse files- Add language metadata to model card (b58db0f5e36dec701d903696eaea4f30adf89e25)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
# SEA-LION
|
5 |
|
@@ -167,4 +179,4 @@ arising from the use of the released weights and codes.
|
|
167 |
archivePrefix={arXiv},
|
168 |
primaryClass={cs.CL}
|
169 |
}
|
170 |
-
```
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
- zh
|
6 |
+
- id
|
7 |
+
- ms
|
8 |
+
- th
|
9 |
+
- vi
|
10 |
+
- fil
|
11 |
+
- ta
|
12 |
+
- my
|
13 |
+
- km
|
14 |
+
- lo
|
15 |
---
|
16 |
# SEA-LION
|
17 |
|
|
|
179 |
archivePrefix={arXiv},
|
180 |
primaryClass={cs.CL}
|
181 |
}
|
182 |
+
```
|