Stability-AI / StableLM

StableLM: Stability AI Language Models
Apache License 2.0
15.85k stars 1.04k forks source link

Chatting and prompt #103

Open kazunaritakeichi opened 5 months ago

kazunaritakeichi commented 5 months ago

Can we use japanese-stablelm-3b-4e1t-instruct for chatting?

If yes, how can we do it? Do we need add stop string like <|endoftext|> as follows? Where do we put it?

以下は、タスクを説明する指示と、文脈のある入力の組み合わせです。要求を適切に満たす応答を書きなさい。

### 指示: 
与えられたことわざの意味を小学生でも分かるように教えてください。

### 入力: 
情けは人のためならず

### 応答: 
人に情けをかけた人の人生は、意図せずとも人に幸せをもたらすのである。<|endoftext|>

### 入力: 
もう少し詳しく教えてください

### 応答: 

This issue is duprication of https://huggingface.co/stabilityai/japanese-stablelm-3b-4e1t-instruct/discussions/1 and https://github.com/Stability-AI/FastChat/issues/10 .