Update README
Browse files
README.md
CHANGED
@@ -78,10 +78,11 @@ Please check the PLaMo community license and contact us via the following form t
|
|
78 |
## Usage
|
79 |
|
80 |
```sh
|
|
|
81 |
$ python -m mlx_lm generate \
|
82 |
--model mlx-community/plamo-2-translate \
|
83 |
--extra-eos-token '<|plamo:op|>' \
|
84 |
-
--prompt '
|
85 |
=========
|
86 |
That clear wind blowing through Ihatovo, that summer sky with its cool depth beneath, that beautiful forest-adorned Morio City, and the glittering waves of grass in the suburbs.
|
87 |
|
@@ -103,4 +104,4 @@ This model is trained under the project, “Research and Development Project of
|
|
103 |
## AI policies for Preferred Networks, Inc. group
|
104 |
|
105 |
- (EN) https://www.preferred.jp/en/company/aipolicy/
|
106 |
-
- (JA) https://www.preferred.jp/ja/company/aipolicy/
|
|
|
78 |
## Usage
|
79 |
|
80 |
```sh
|
81 |
+
$ pip install mlx-lm numba
|
82 |
$ python -m mlx_lm generate \
|
83 |
--model mlx-community/plamo-2-translate \
|
84 |
--extra-eos-token '<|plamo:op|>' \
|
85 |
+
--prompt 'あのイーハトーヴォのすきとおった風、夏でも底に冷たさをもつ青いそら、うつくしい森で飾られたモリーオ市、郊外のぎらぎらひかる草の波。'
|
86 |
=========
|
87 |
That clear wind blowing through Ihatovo, that summer sky with its cool depth beneath, that beautiful forest-adorned Morio City, and the glittering waves of grass in the suburbs.
|
88 |
|
|
|
104 |
## AI policies for Preferred Networks, Inc. group
|
105 |
|
106 |
- (EN) https://www.preferred.jp/en/company/aipolicy/
|
107 |
+
- (JA) https://www.preferred.jp/ja/company/aipolicy/
|