Update README.md
Browse files
README.md
CHANGED
@@ -16,6 +16,11 @@ tags:
|
|
16 |
英日、日英翻訳用モデル[C3TR-Adapter](https://huggingface.co/webbigdata/C3TR-Adapter)のGPTQ4bit量子化版です。
|
17 |
This is the GPTQ 4bit quantized version of the [C3TR-Adapter](https://huggingface.co/webbigdata/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)
|
@@ -26,6 +31,7 @@ I couldn't get it to work without installing from source.
|
|
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
|
|
|
16 |
英日、日英翻訳用モデル[C3TR-Adapter](https://huggingface.co/webbigdata/C3TR-Adapter)のGPTQ4bit量子化版です。
|
17 |
This is the GPTQ 4bit quantized version of the [C3TR-Adapter](https://huggingface.co/webbigdata/C3TR-Adapter), model for English-Japanese and Japanese-English translation.
|
18 |
|
19 |
+
### 簡単に動かす方法 (A quick way to try it)
|
20 |
+
Colab無料版で動かす事ができます。(有料版(L4かA100)の方が品質が高くなります)
|
21 |
+
You can run it with the free version of Colab. (The paid version (L4 or A100) is of higher quality.)
|
22 |
+
[C3TR-Adapter_gptq_v2_Free_Colab_sample](https://github.com/webbigdata-jp/python_sample/blob/main/C3TR_Adapter_gptq_v2_Free_Colab_sample.ipynb)
|
23 |
+
|
24 |
### install
|
25 |
[AutoGPTQ](https://github.com/AutoGPTQ/AutoGPTQ)の公式サイトをご確認下さい
|
26 |
Check official [AutoGPTQ page](https://github.com/AutoGPTQ/AutoGPTQ)
|
|
|
31 |
```
|
32 |
git clone https://github.com/PanQiWei/AutoGPTQ.git && cd AutoGPTQ
|
33 |
pip install -vvv --no-build-isolation -e .
|
34 |
+
pip install optimum
|
35 |
```
|
36 |
|
37 |
### Sample code
|