Stability-AI / FastChat

An open platform for training, serving, and evaluating large language models. Release repo for Vicuna and Chatbot Arena.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chatting and prompt

kazunaritakeichi opened this issue · comments

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 Stability-AI/StableLM#103.