ikala-ray commited on
Commit
505f6e0
·
1 Parent(s): 38fa6a3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -2,12 +2,17 @@
2
  license: bigscience-openrail-m
3
  ---
4
 
5
- Following open assistant chat format
6
 
7
  ```
8
  <|prompter|>Hi, can you introduce yourself?</s><|assistant|>
9
  ```
10
 
 
 
 
 
 
11
  [wandb](https://wandb.ai/ikala-ml-team/llm-supervised-finetuning/runs/lrfa95j3)
12
 
13
 
 
2
  license: bigscience-openrail-m
3
  ---
4
 
5
+ Following [open assistant](https://github.com/LAION-AI/Open-Assistant) chat format
6
 
7
  ```
8
  <|prompter|>Hi, can you introduce yourself?</s><|assistant|>
9
  ```
10
 
11
+ Output:
12
+ ```
13
+ Hello! My name is Open Assistant. I am an AI assistant trained by iKala AI Team. I can help you with a wide range of tasks, from answering questions to providing information and generating text. How can I help you?</s>
14
+ ```
15
+
16
  [wandb](https://wandb.ai/ikala-ml-team/llm-supervised-finetuning/runs/lrfa95j3)
17
 
18