Skip to content

Commit

Permalink
test: add test data
Browse files Browse the repository at this point in the history
  • Loading branch information
zhijianma committed Nov 17, 2023
1 parent 017c36d commit c2370c9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tests/format/data/structured/demo-dataset.jsonl
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
{"text": "Today is Sunday and it's a happy day!", "meta": {"src": "Arxiv", "date": "2023-04-27", "version": "1.0"}}
{"text": "Do you need a cup of coffee?", "meta": {"src": "code", "author": "xxx"}}
{"text": "Today is Sunday and it's a happy day!", "meta": {"src": "Arxiv"}}
{"text": "Do you need a cup of coffee?", "meta": {"src": "code"}}
{"text": "你好,请问你是谁", "meta": {"src": "customized"}}
{"text": "Sur la plateforme MT4, plusieurs manières d'accéder à ces fonctionnalités sont conçues simultanément.", "meta": {"src": "Oscar"}}
{"text": "欢迎来到阿里巴巴!", "meta": {"src": "customized"}}
{"text": "This paper proposed a novel method on LLM pretraining.", "meta": {"src": "customized"}}

0 comments on commit c2370c9

Please sign in to comment.