Text Generation
Transformers
Safetensors
Japanese
English
qwen
custom_code
shun1taniguchi commited on
Commit
7c487d6
·
1 Parent(s): af5ecb1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -56,7 +56,7 @@ pipe(prompt, max_new_tokens=100, do_sample=False, temperature=0.0, return_full_t
56
  from vllm import LLM, SamplingParams
57
 
58
  sampling_params = SamplingParams(temperature=0.0, max_tokens=100)
59
- llm = LLM(model="lightblue/karasu-7B-chat-plus", trust_remote_code=True)
60
 
61
  messages = [{"role": "system", "content": "あなたはAIアシスタントです。"}]
62
  messages.append({"role": "user", "content": "イギリスの首相は誰ですか?"})
 
56
  from vllm import LLM, SamplingParams
57
 
58
  sampling_params = SamplingParams(temperature=0.0, max_tokens=100)
59
+ llm = LLM(model="lightblue/qarasu-14B-chat-plus-unleashed", trust_remote_code=True)
60
 
61
  messages = [{"role": "system", "content": "あなたはAIアシスタントです。"}]
62
  messages.append({"role": "user", "content": "イギリスの首相は誰ですか?"})