SO0529
commited on
Commit
•
06c5e43
1
Parent(s):
09291e0
update README how to install model
Browse files
README.md
CHANGED
@@ -20,9 +20,9 @@ widget:
|
|
20 |
# gpt-neox-japanese-2.7b
|
21 |
|
22 |
**The [open PR](https://github.com/huggingface/transformers/pull/18814) is merged on 2022/9/14.**
|
23 |
-
You can use this model with
|
24 |
```
|
25 |
-
pip install
|
26 |
```
|
27 |
|
28 |
This repository provides a 2.7B-parameter Japanese [GPT-NeoX](https://github.com/EleutherAI/gpt-neox)-based model. The model was trained by [ABEJA, Inc](https://www.abejainc.com/)
|
|
|
20 |
# gpt-neox-japanese-2.7b
|
21 |
|
22 |
**The [open PR](https://github.com/huggingface/transformers/pull/18814) is merged on 2022/9/14.**
|
23 |
+
You can use this model with v4.23 and higher versions of transformers as follows,
|
24 |
```
|
25 |
+
pip install transformers
|
26 |
```
|
27 |
|
28 |
This repository provides a 2.7B-parameter Japanese [GPT-NeoX](https://github.com/EleutherAI/gpt-neox)-based model. The model was trained by [ABEJA, Inc](https://www.abejainc.com/)
|