dahara1 commited on
Commit
ef22a52
1 Parent(s): 9ab6d30

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -6,11 +6,11 @@ language:
6
  ---
7
  # webbigdata/ALMA-7B-Ja-V2-GPTQ-Ja-En
8
 
9
- ALMA-7B-Ja-V2-GPTQ-Ja-Enは日本語から英語、英語から日本語への機械翻訳を行うモデルです。
10
- ALMA-7B-Ja-V2-GPTQ-Ja-En is a machine translation model that uses ALMA's learning method to translate Japanese to English.
11
 
12
- 多少の性能を犠牲にして元のモデルをのサイズを小さくし、実行速度を早くし、使いやすくした版です。
13
- This is a version of the original model that is smaller in size, faster to run, and easier to use, at the cost of some performance.  
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
- - None quantized model [ALMA-7B-Ja-V2](https://huggingface.co/webbigdata/ALMA-7B-Ja-V2).
 
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/)によって行われました