Add License as mentioned in model card
#5
by
philschmid
- opened
README.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# InternLM
|
| 2 |
|
| 3 |
|
|
@@ -725,4 +728,4 @@ print(outputs)
|
|
| 725 |
archivePrefix={arXiv},
|
| 726 |
primaryClass={cs.CL}
|
| 727 |
}
|
| 728 |
-
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
# InternLM
|
| 5 |
|
| 6 |
|
|
|
|
| 728 |
archivePrefix={arXiv},
|
| 729 |
primaryClass={cs.CL}
|
| 730 |
}
|
| 731 |
+
```
|