clnine commited on
Commit
e04822d
·
verified ·
1 Parent(s): 9b9895a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -5,6 +5,13 @@ tags:
5
  - transformers
6
  - llama
7
  - trl
 
 
 
 
 
 
 
8
  ---
9
 
10
  # Model Card for Model ID
@@ -19,7 +26,7 @@ tags:
19
 
20
  <!-- Provide a longer summary of what this model is. -->
21
 
22
- This is a fine-tuned model, with the tokenizer_config.json modified to enable the use of the system prompt. It has been trained with an additional dataset containing 5,000 randomly selected records, which includes tasks utilizing the system prompt. The license is the same as that of the original model and dataset.
23
 
24
  - **Developed by:** clnine
25
  - **Finetuned from model :** [llm-jp/llm-jp-3-1.8b-instruct](https://huggingface.co/llm-jp/llm-jp-3-1.8b-instruct)
 
5
  - transformers
6
  - llama
7
  - trl
8
+ license: apache-2.0
9
+ datasets:
10
+ - kanhatakeyama/multiturn-conv-from-aozora-bunko
11
+ language:
12
+ - ja
13
+ base_model:
14
+ - llm-jp/llm-jp-3-1.8b-instruct
15
  ---
16
 
17
  # Model Card for Model ID
 
26
 
27
  <!-- Provide a longer summary of what this model is. -->
28
 
29
+ This model enables a system role.
30
 
31
  - **Developed by:** clnine
32
  - **Finetuned from model :** [llm-jp/llm-jp-3-1.8b-instruct](https://huggingface.co/llm-jp/llm-jp-3-1.8b-instruct)