HODACHI commited on
Commit
9445701
1 Parent(s): 958823e

Update README.md

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