Add License as mentioned in model card (#5)
Browse files- Update README.md (916b99c46017664009d1bd7d91100490298e5fde)
Co-authored-by: Philipp Schmid <[email protected]>
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 |
+
```
|