Update README.md
Browse files
README.md
CHANGED
@@ -6,11 +6,11 @@ language:
|
|
6 |
---
|
7 |
# webbigdata/ALMA-7B-Ja-V2-GPTQ-Ja-En
|
8 |
|
9 |
-
ALMA-7B-Ja-V2
|
10 |
-
ALMA-7B-Ja-V2
|
11 |
|
12 |
-
|
13 |
-
|
14 |
|
15 |
## サンプルコード
|
16 |
|
@@ -27,13 +27,14 @@ if you enconter error below.
|
|
27 |
|
28 |
```RuntimeError: probability tensor contains either `inf`, `nan` or element < 0```
|
29 |
|
30 |
-
It's mean your memory is not enough. decrease your num_beams or token size.
|
31 |
-
これはメモリ不足を意味します。num_beamsかtoken size
|
32 |
|
33 |
|
34 |
## その他の版 Other Version
|
35 |
|
36 |
-
-
|
|
|
37 |
|
38 |
## 本作業について about this work
|
39 |
- 本作業は[webbigdata](https://webbigdata.jp/)によって行われました
|
|
|
6 |
---
|
7 |
# webbigdata/ALMA-7B-Ja-V2-GPTQ-Ja-En
|
8 |
|
9 |
+
ALMA-7B-Ja-V2は日本語から英語、英語から日本語への機械翻訳を行うモデルです。
|
10 |
+
ALMA-7B-Ja-V2 is a machine translation model that uses ALMA's learning method to translate Japanese to English.
|
11 |
|
12 |
+
ALMA-7B-Ja-V2-GPTQ-Ja-Enは量子化、つまり多少の性能は落ちますがサイズを小さくし、実行速度を早くし、使いやすくした版です。
|
13 |
+
ALMA-7B-Ja-V2-GPTQ-Ja-En is a quantized version, i.e., it is smaller in size, faster in execution, and easier to use, with some performance loss.
|
14 |
|
15 |
## サンプルコード
|
16 |
|
|
|
27 |
|
28 |
```RuntimeError: probability tensor contains either `inf`, `nan` or element < 0```
|
29 |
|
30 |
+
It's mean your memory is not enough. decrease your num_beams or token size or reduce target text length.
|
31 |
+
これはメモリ不足を意味します。num_beamsかtoken size、もしくは翻訳対象の文の長さを減らしてください。
|
32 |
|
33 |
|
34 |
## その他の版 Other Version
|
35 |
|
36 |
+
- 元のモデル [ALMA-7B-Ja-V2](https://huggingface.co/webbigdata/ALMA-7B-Ja-V2).
|
37 |
+
- original [ALMA-7B-Ja-V2](https://huggingface.co/webbigdata/ALMA-7B-Ja-V2).
|
38 |
|
39 |
## 本作業について about this work
|
40 |
- 本作業は[webbigdata](https://webbigdata.jp/)によって行われました
|