Update README.md
Browse files
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 [
|
14 |
|
15 |
## Model Information
|
16 |
|
17 |
-
- Base Model: [
|
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/)プロジェクトの成果物をベースにしています。
|