update model card meta information
Browse files
README.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
# RakutenAI-7B-instruct
|
| 5 |
## Model Description
|
|
@@ -112,4 +117,4 @@ For citing our work on the suite of RakutenAI-7B models, please use:
|
|
| 112 |
archivePrefix={arXiv},
|
| 113 |
primaryClass={cs.CL}
|
| 114 |
}
|
| 115 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
- ja
|
| 6 |
+
base_model:
|
| 7 |
+
- Rakuten/RakutenAI-7B
|
| 8 |
---
|
| 9 |
# RakutenAI-7B-instruct
|
| 10 |
## Model Description
|
|
|
|
| 117 |
archivePrefix={arXiv},
|
| 118 |
primaryClass={cs.CL}
|
| 119 |
}
|
| 120 |
+
```
|