Add pipeline tag and correct license
#9
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
---
|
2 |
-
license: mit
|
3 |
library_name: transformers
|
|
|
|
|
4 |
---
|
|
|
5 |
<div align="center">
|
6 |
<picture>
|
7 |
<source srcset="https://github.com/XiaomiMiMo/MiMo/raw/main/figures/Xiaomi_MiMo_darkmode.png?raw=true" media="(prefers-color-scheme: dark)">
|
@@ -35,7 +37,7 @@ library_name: transformers
|
|
35 |
|
36 |
<br/>
|
37 |
|
38 |
-
> This model repository is licensed under the
|
39 |
|
40 |
## I. Introduction
|
41 |
|
@@ -235,4 +237,4 @@ print(tokenizer.decode(output.tolist()[0]))
|
|
235 |
|
236 |
## VI. Contact
|
237 |
|
238 |
-
Please contact us at [[email protected]](mailto:[email protected]) or open an issue if you have any questions.
|
|
|
1 |
---
|
|
|
2 |
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
pipeline_tag: text-generation
|
5 |
---
|
6 |
+
|
7 |
<div align="center">
|
8 |
<picture>
|
9 |
<source srcset="https://github.com/XiaomiMiMo/MiMo/raw/main/figures/Xiaomi_MiMo_darkmode.png?raw=true" media="(prefers-color-scheme: dark)">
|
|
|
37 |
|
38 |
<br/>
|
39 |
|
40 |
+
> This model repository is licensed under the Apache 2.0 License.
|
41 |
|
42 |
## I. Introduction
|
43 |
|
|
|
237 |
|
238 |
## VI. Contact
|
239 |
|
240 |
+
Please contact us at [[email protected]](mailto:[email protected]) or open an issue if you have any questions.
|