tokushi commited on
Commit
bc374ec
·
verified ·
1 Parent(s): 2232cda

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -8,9 +8,7 @@ license: apache-2.0
8
  base_model: llm-jp/llm-jp-3-13b
9
  ---
10
 
11
- # llm-jp-3-13b-it_lora
12
-
13
- ## Model Details
14
 
15
  - **Developed by:** tokushi
16
  - **Model type:** Language Model with LoRA fine-tuning
@@ -20,7 +18,7 @@ base_model: llm-jp/llm-jp-3-13b
20
 
21
  This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
22
 
23
- ## Usage
24
  本コードはunslothで学習したqLoRAのアダプタを用いてELYZA-tasks-100-TVの出力を得るためのコードです。<br>
25
  松尾研大規模言語モデル講座2024のコンペ用の提出モデル作成の一環として作成・公開しています。<br>
26
  このコードはunslothライブラリを用いてモデルを読み込み、推論するためのコードとなります。
 
8
  base_model: llm-jp/llm-jp-3-13b
9
  ---
10
 
11
+ # Model Details
 
 
12
 
13
  - **Developed by:** tokushi
14
  - **Model type:** Language Model with LoRA fine-tuning
 
18
 
19
  This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
20
 
21
+ # 使い方
22
  本コードはunslothで学習したqLoRAのアダプタを用いてELYZA-tasks-100-TVの出力を得るためのコードです。<br>
23
  松尾研大規模言語モデル講座2024のコンペ用の提出モデル作成の一環として作成・公開しています。<br>
24
  このコードはunslothライブラリを用いてモデルを読み込み、推論するためのコードとなります。