Update README.md
Browse files
README.md
CHANGED
@@ -29,7 +29,7 @@ TODO:
|
|
29 |
1. **商用利用**: 本モデルを商用目的で使用する場合、info@axcxept.com へのメール連絡を強く推奨します。これにより、モデルの応用や改善についての協力の機会が生まれる可能性があります。
|
30 |
|
31 |
2. **クレジット表記**: 本モデルを使用または改変する際は、以下のようなクレジット表記を行うことを推奨します:
|
32 |
-
"This project utilizes HODACHI/Borea-Phi-3.5-mini-Instruct-
|
33 |
|
34 |
3. **フィードバック**: モデルの使用経験に関するフィードバックを歓迎します。info@axcxept.com までご連絡ください。
|
35 |
|
@@ -38,7 +38,7 @@ TODO:
|
|
38 |
1. **Commercial Use**: If you plan to use this model for commercial purposes, we strongly encourage you to inform us via email at info@axcxept.com. This allows for potential collaboration on model applications and improvements.
|
39 |
|
40 |
2. **Attribution**: When using or adapting this model, we recommend providing attribution as follows:
|
41 |
-
"This project utilizes HODACHI/Borea-Phi-3.5-mini-Instruct-
|
42 |
|
43 |
3. **Feedback**: We welcome any feedback on your experience with the model. Please feel free to email us at info@axcxept.com.
|
44 |
|
@@ -89,12 +89,12 @@ from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
|
|
89 |
torch.random.manual_seed(0)
|
90 |
|
91 |
model = AutoModelForCausalLM.from_pretrained(
|
92 |
-
"
|
93 |
device_map="cuda",
|
94 |
torch_dtype="auto",
|
95 |
trust_remote_code=True,
|
96 |
)
|
97 |
-
tokenizer = AutoTokenizer.from_pretrained("
|
98 |
|
99 |
messages = [
|
100 |
{"role": "system", "content": "あなたは日本語能力が高い高度なAIです。特別な指示がない限り日本語で返答してください。"},
|
|
|
29 |
1. **商用利用**: 本モデルを商用目的で使用する場合、info@axcxept.com へのメール連絡を強く推奨します。これにより、モデルの応用や改善についての協力の機会が生まれる可能性があります。
|
30 |
|
31 |
2. **クレジット表記**: 本モデルを使用または改変する際は、以下のようなクレジット表記を行うことを推奨します:
|
32 |
+
"This project utilizes HODACHI/Borea-Phi-3.5-mini-Instruct-Common, a model based on Phi-3.5-mini-Instruct and fine-tuned by Axcxept co., ltd."
|
33 |
|
34 |
3. **フィードバック**: モデルの使用経験に関するフィードバックを歓迎します。info@axcxept.com までご連絡ください。
|
35 |
|
|
|
38 |
1. **Commercial Use**: If you plan to use this model for commercial purposes, we strongly encourage you to inform us via email at info@axcxept.com. This allows for potential collaboration on model applications and improvements.
|
39 |
|
40 |
2. **Attribution**: When using or adapting this model, we recommend providing attribution as follows:
|
41 |
+
"This project utilizes HODACHI/Borea-Phi-3.5-mini-Instruct-Common, a model based on Phi-3.5-mini-Instruct and fine-tuned by Axcxept co., ltd."
|
42 |
|
43 |
3. **Feedback**: We welcome any feedback on your experience with the model. Please feel free to email us at info@axcxept.com.
|
44 |
|
|
|
89 |
torch.random.manual_seed(0)
|
90 |
|
91 |
model = AutoModelForCausalLM.from_pretrained(
|
92 |
+
"HODACHI/Borea-Phi-3.5-mini-Instruct-Common",
|
93 |
device_map="cuda",
|
94 |
torch_dtype="auto",
|
95 |
trust_remote_code=True,
|
96 |
)
|
97 |
+
tokenizer = AutoTokenizer.from_pretrained("HODACHI/Borea-Phi-3.5-mini-Instruct-Common")
|
98 |
|
99 |
messages = [
|
100 |
{"role": "system", "content": "あなたは日本語能力が高い高度なAIです。特別な指示がない限り日本語で返答してください。"},
|