Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,16 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
|
|
|
|
|
|
6 |
# Model Card for Model ID
|
7 |
|
8 |
<!-- Provide a quick summary of what the model is/does. -->
|
@@ -17,13 +25,13 @@ tags: []
|
|
17 |
|
18 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
19 |
|
20 |
-
- **Developed by:**
|
21 |
-
- **Funded by [optional]:**
|
22 |
- **Shared by [optional]:** [More Information Needed]
|
23 |
-
- **Model type:**
|
24 |
-
- **Language(s) (NLP):**
|
25 |
-
- **License:**
|
26 |
-
- **Finetuned from model [optional]:**
|
27 |
|
28 |
### Model Sources [optional]
|
29 |
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
datasets:
|
4 |
+
- kinokokoro/ichikara-instruction-003
|
5 |
+
language:
|
6 |
+
- ja
|
7 |
+
base_model:
|
8 |
+
- llm-jp/llm-jp-3-13b
|
9 |
---
|
10 |
|
11 |
+
ichikara-instruction-003-001-1.jsonのみを使ってllm-jp-3-13bをFinetuneしたモデル。
|
12 |
+
基本的にサンプルコードに従って行った。
|
13 |
+
|
14 |
# Model Card for Model ID
|
15 |
|
16 |
<!-- Provide a quick summary of what the model is/does. -->
|
|
|
25 |
|
26 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
27 |
|
28 |
+
- **Developed by:** Shoma Tani
|
29 |
+
- **Funded by [optional]:**
|
30 |
- **Shared by [optional]:** [More Information Needed]
|
31 |
+
- **Model type:** General
|
32 |
+
- **Language(s) (NLP):** Japanese
|
33 |
+
- **License:** N/A
|
34 |
+
- **Finetuned from model [optional]:** llm-jp-3-13b
|
35 |
|
36 |
### Model Sources [optional]
|
37 |
|