dahara1 commited on
Commit
a123405
1 Parent(s): 5ff2215

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -5
README.md CHANGED
@@ -12,20 +12,28 @@ tags:
12
  - nlp
13
  ---
14
 
15
-
16
  ### Model card
17
- English-Japanese, Japanese-English model.
18
-
19
 
20
  ### install
21
- ```
 
22
 
 
 
 
 
 
 
23
  ```
24
 
25
  ### Sample code
26
  ```
 
27
  ```
28
 
29
  ### See also
30
 
31
- [C3TR-Adapter](https://huggingface.co/webbigdata/C3TR-Adapter)
 
 
12
  - nlp
13
  ---
14
 
 
15
  ### Model card
16
+ 英日、日英翻訳用モデルC3TR-AdapterのGPTQ量子化版です。
17
+ This is the GPTQ quantized version of the C3TR-Adapter model for English-Japanese and Japanese-English translation.
18
 
19
  ### install
20
+ [AutoGPTQ](https://github.com/AutoGPTQ/AutoGPTQ)の公式サイトをご確認下さい
21
+ Check official [AutoGPTQ page](https://github.com/AutoGPTQ/AutoGPTQ)
22
 
23
+ 私はソースからインストールしないと動かす事ができませんでした。
24
+ I couldn't get it to work without installing from source.
25
+
26
+ ```
27
+ git clone https://github.com/PanQiWei/AutoGPTQ.git && cd AutoGPTQ
28
+ pip install -vvv --no-build-isolation -e .
29
  ```
30
 
31
  ### Sample code
32
  ```
33
+
34
  ```
35
 
36
  ### See also
37
 
38
+ 詳細は[C3TR-Adapter](https://huggingface.co/webbigdata/C3TR-Adapter)を見てください
39
+ See also [C3TR-Adapter](https://huggingface.co/webbigdata/C3TR-Adapter)