84basi commited on
Commit
21508e5
·
verified ·
1 Parent(s): 884fb63

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -6,7 +6,6 @@ tags:
6
  - unsloth
7
  - llama
8
  - trl
9
- license: apache-2.0
10
  language:
11
  - en
12
  datasets:
@@ -26,6 +25,11 @@ This llama model was trained 2x faster with [Unsloth](https://github.com/unsloth
26
 
27
  ## Readme
28
 
 
 
 
 
 
29
  ```python
30
  token = "" # token
31
  model_id = "llm-jp-3-13b-it-7.0" # llm-jp-3-13b-it-4.17, gemma-2-27b-it-4.19
@@ -33,7 +37,6 @@ model_name = "84basi/" + model_id
33
  answer_json_file = "./elyza-tasks-100-TV_0.jsonl"
34
  output_json_file = "./" + model_id + "_output.jsonl"
35
 
36
- %%capture
37
  !pip install unsloth -q
38
  !pip uninstall unsloth -y && pip install --upgrade --no-cache-dir "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git" -q
39
 
 
6
  - unsloth
7
  - llama
8
  - trl
 
9
  language:
10
  - en
11
  datasets:
 
25
 
26
  ## Readme
27
 
28
+ ### 事前準備
29
+ - token にご自身の token を指定して下さい
30
+ - L4 GPU を選択して下さい
31
+ - 事前に elyza-tasks-100-TV_0.jsonl を Google Colab にアップロードして下さい
32
+
33
  ```python
34
  token = "" # token
35
  model_id = "llm-jp-3-13b-it-7.0" # llm-jp-3-13b-it-4.17, gemma-2-27b-it-4.19
 
37
  answer_json_file = "./elyza-tasks-100-TV_0.jsonl"
38
  output_json_file = "./" + model_id + "_output.jsonl"
39
 
 
40
  !pip install unsloth -q
41
  !pip uninstall unsloth -y && pip install --upgrade --no-cache-dir "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git" -q
42