kky84176 commited on
Commit
48c0572
1 Parent(s): fa1cae6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -13,13 +13,12 @@ language:
13
 
14
  # Uploaded model
15
 
16
- - **Developed by:** kky84176
17
- - **License:** apache-2.0
18
  - **Finetuned from model :** llm-jp/llm-jp-3-13b-instruct
19
 
20
- This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
21
-
22
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
23
 
24
  # Sample Use
25
 
@@ -35,7 +34,7 @@ import torch
35
  from tqdm import tqdm
36
  import json
37
 
38
- HF_TOKEN = "your-token"
39
  model_name = "kky84176/llm-jp-3-13b-instruct-it04"
40
 
41
  #
 
13
 
14
  # Uploaded model
15
 
 
 
16
  - **Finetuned from model :** llm-jp/llm-jp-3-13b-instruct
17
 
18
+ # 必要なパッケージのインストール
19
+ ```
20
+ pip install -U bitsandbytes transformers accelerate datasets peft
21
+ ```
22
 
23
  # Sample Use
24
 
 
34
  from tqdm import tqdm
35
  import json
36
 
37
+ HF_TOKEN = "有効なHuggingFaceトークン"
38
  model_name = "kky84176/llm-jp-3-13b-instruct-it04"
39
 
40
  #