madroid commited on
Commit
8730c9d
·
verified ·
1 Parent(s): d23bc99

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -29,3 +29,18 @@ configs:
29
  - split: test
30
  path: data/test-*
31
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  - split: test
30
  path: data/test-*
31
  ---
32
+
33
+ # BiliBot-OpenAI-Chat-Messages
34
+
35
+ 这是 [linyiLYi/bilibot](https://github.com/linyiLYi/bilibot) 项目中的数据集,在 Hugging Face 上进行托管,方便使用。
36
+
37
+ 对项目中原始的数据集格式进行了调整,采用了 OpenAI 的数据集格式,如下:
38
+
39
+ ```jsonl
40
+ {"messages": [{"role": "system", "content": "You are a helpful assistant"}, {"role": "user", "content": "\"如果你去非洲探险,最想模仿三毛的哪个经历?\""}, {"role": "assistant", "content": "第一时刻想到了三毛那些在撒哈拉上发生的故事"}]}
41
+ {"messages": [{"role": "system", "content": "You are a helpful assistant"}, {"role": "user", "content": "\"S呐_去非洲探险的视频给你什么感觉,你也想去体验一番吗?\""}, {"role": "assistant", "content": "看s的视频永远会被扑面而来的生命力所感动,这期更是如此,再加上天地生灵的肆意之美,还有家人在挂念叮嘱的温暖,实实在在的是“活着”的魅力,在自然里与日光微风拥吻,与狮虎象马齐驰,希望有一天我也能去非洲看动物大迁徙!!"}]}
42
+ {"messages": [{"role": "system", "content": "You are a helpful assistant"}, {"role": "user", "content": "\"你也喜欢宅在家里吗,有没有哪次旅行让你有了改变?\""}, {"role": "assistant", "content": "我本身是一个很宅的人,每逢假期,都觉得窝在自己的小被窝里是最幸福最自在的事情。看s这个视频的时候,不知道为什么,心中总是生出很强烈的向往感,这是以往那些玩乐活动从未带给过我的。可能与我是生物专业的学生有关,我突然发现自己真的很向往这样的自然而和谐的模样...人与自然和谐共处的样子真的太美好啦!等我毕业,有机会也想去看看!!感谢s[给心心]"}]}
43
+ ```
44
+
45
+ 纯文本格式数据集见:[madroid/bilibot-chatml](https://huggingface.co/datasets/madroid/bilibot-chatml)
46
+