Update README.md
Browse files
README.md
CHANGED
@@ -22,21 +22,13 @@ base_model:
|
|
22 |
|
23 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
24 |
|
25 |
-
- **Developed by:**
|
26 |
-
- **
|
27 |
-
- **
|
28 |
-
- **
|
29 |
-
- **
|
30 |
-
- **License:** [More Information Needed]
|
31 |
-
- **Finetuned from model [optional]:** [More Information Needed]
|
32 |
|
33 |
-
### Model Sources [optional]
|
34 |
|
35 |
-
<!-- Provide the basic links for the model. -->
|
36 |
-
|
37 |
-
- **Repository:** [More Information Needed]
|
38 |
-
- **Paper [optional]:** [More Information Needed]
|
39 |
-
- **Demo [optional]:** [More Information Needed]
|
40 |
|
41 |
## Uses
|
42 |
実行の仕方は以下の通りです。 以下は、Model_Inference_Template_DPO_20241207.ipynbについて、モデルidのみを変えたものになっています。 omnicampus上での演習環境での使用を想定しています。
|
@@ -76,7 +68,7 @@ model_id = "models/models--llm-jp--llm-jp-3-13b/snapshots/cd3823f4c1fcbb0ad2e2af
|
|
76 |
# omnicampus以外の環境をご利用の方は以下をご利用ください。
|
77 |
# base_model_id = "llm-jp/llm-jp-3-13b"
|
78 |
adapter_id = "yuki-2000/llm-jp-3-13b-finetune1" # こちらにアップロードしたLoRAアダプタのHugging FaceのIDを指定してください。
|
79 |
-
adapter_dpo_id = "yuki-2000/llm-jp-3-13b-finetune1-
|
80 |
|
81 |
|
82 |
|
|
|
22 |
|
23 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
24 |
|
25 |
+
- **Developed by:** yuki-2000
|
26 |
+
- **Model type:** LLM
|
27 |
+
- **Language(s) (NLP):** Japanese
|
28 |
+
- **License:** base_model:Apache License, Version 2.0, CC-BY-NC-SA datasets: Apache 2.0
|
29 |
+
- **Finetuned from model :** llm-jp/llm-jp-3-13b
|
|
|
|
|
30 |
|
|
|
31 |
|
|
|
|
|
|
|
|
|
|
|
32 |
|
33 |
## Uses
|
34 |
実行の仕方は以下の通りです。 以下は、Model_Inference_Template_DPO_20241207.ipynbについて、モデルidのみを変えたものになっています。 omnicampus上での演習環境での使用を想定しています。
|
|
|
68 |
# omnicampus以外の環境をご利用の方は以下をご利用ください。
|
69 |
# base_model_id = "llm-jp/llm-jp-3-13b"
|
70 |
adapter_id = "yuki-2000/llm-jp-3-13b-finetune1" # こちらにアップロードしたLoRAアダプタのHugging FaceのIDを指定してください。
|
71 |
+
adapter_dpo_id = "yuki-2000/llm-jp-3-13b-finetune1-dpo4" # こちらにアップロードしたDPOアダプタのHugging FaceのIDを指定してください。
|
72 |
|
73 |
|
74 |
|