aolans commited on
Commit
43b4bfe
·
verified ·
1 Parent(s): f337c19

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -14,8 +14,9 @@ base_model:
14
 
15
  <!-- Provide a quick summary of what the model is/does. -->
16
 
17
- 本モデルは、[google/gemma-2-9b](https://huggingface.co/google/gemma-2-9b) を4bit量子化しただけのモデルです。
18
- 追加学習のベースに利用します。
 
19
 
20
 
21
 
@@ -27,9 +28,7 @@ base_model:
27
 
28
  ### Usage
29
 
30
- Below we share some code snippets on how to get quickly started with running the model. First, install the Transformers library with:
31
  ```sh
32
- pip install -U transformers
33
  pip install unsloth
34
  pip uninstall unsloth -y && pip install --upgrade --no-cache-dir "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
35
  ```
 
14
 
15
  <!-- Provide a quick summary of what the model is/does. -->
16
 
17
+ 本モデルは、[google/gemma-2-9b](https://huggingface.co/google/gemma-2-9b) をUnslothを使用して4bit量子化しただけのモデルです。
18
+
19
+ 追加学習のベースとして利用します。
20
 
21
 
22
 
 
28
 
29
  ### Usage
30
 
 
31
  ```sh
 
32
  pip install unsloth
33
  pip uninstall unsloth -y && pip install --upgrade --no-cache-dir "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
34
  ```