DeL-TaiseiOzaki commited on
Commit
2948017
·
verified ·
1 Parent(s): e1e7c9c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -10,11 +10,11 @@ library_name: transformers
10
  ---
11
  # Enhanced LLM-JP Model with Extended Tokenizer and Chat Template
12
 
13
- This is an enhanced version of [{base_model_name}](https://huggingface.co/{base_model_name}) with an extended tokenizer that includes additional special tokens for structured conversations and advanced prompting.
14
 
15
  ## Model Information
16
 
17
- - Base Model: [{base_model_name}](https://huggingface.co/{base_model_name})
18
  - Added Features: Extended tokenizer with special tokens for structured conversations and chat template
19
  - Vocabulary Size: Extended from the base model
20
 
@@ -163,8 +163,6 @@ inputs = tokenizer(prompt, return_tensors="pt", max_length=2048, truncation=True
163
  - チャットテンプレートは柔軟に調整可能です
164
  - システムメッセージは対話の文脈に応じてカスタマイズできます
165
 
166
- ## License
167
- このモデルは元のLLM-JPモデルのライセンスに従います。
168
 
169
  ## Acknowledgments
170
  このモデルは[LLM-JP](https://llm-jp.nii.ac.jp/)プロジェクトの成果物をベースにしています。
 
10
  ---
11
  # Enhanced LLM-JP Model with Extended Tokenizer and Chat Template
12
 
13
+ This is an enhanced version of [llm-jp-13B](https://huggingface.co/llm-jp-13B) with an extended tokenizer that includes additional special tokens for structured conversations and advanced prompting.
14
 
15
  ## Model Information
16
 
17
+ - Base Model: [llm-jp-13B](https://huggingface.co/llm-jp-13B)
18
  - Added Features: Extended tokenizer with special tokens for structured conversations and chat template
19
  - Vocabulary Size: Extended from the base model
20
 
 
163
  - チャットテンプレートは柔軟に調整可能です
164
  - システムメッセージは対話の文脈に応じてカスタマイズできます
165
 
 
 
166
 
167
  ## Acknowledgments
168
  このモデルは[LLM-JP](https://llm-jp.nii.ac.jp/)プロジェクトの成果物をベースにしています。