Nessii013 commited on
Commit
0c86e73
·
verified ·
1 Parent(s): d0d3d8c

Upload dataset

Browse files
README.md CHANGED
@@ -1,3 +1,46 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: apache-2.0
3
+ dataset_info:
4
+ features:
5
+ - name: conversation_id
6
+ dtype: string
7
+ - name: messages
8
+ list:
9
+ - name: content
10
+ dtype: string
11
+ - name: role
12
+ dtype: string
13
+ - name: metadata
14
+ struct:
15
+ - name: letter
16
+ dtype: string
17
+ - name: letter_count_integer
18
+ dtype: int64
19
+ - name: letter_count_string
20
+ dtype: string
21
+ - name: unformatted_prompt
22
+ dtype: string
23
+ - name: word
24
+ dtype: string
25
+ splits:
26
+ - name: train
27
+ num_bytes: 17728784
28
+ num_examples: 100000
29
+ - name: validation
30
+ num_bytes: 1700547
31
+ num_examples: 10000
32
+ - name: test
33
+ num_bytes: 3448741
34
+ num_examples: 20000
35
+ download_size: 5697295
36
+ dataset_size: 22878072
37
+ configs:
38
+ - config_name: default
39
+ data_files:
40
+ - split: train
41
+ path: data/train-*
42
+ - split: validation
43
+ path: data/validation-*
44
+ - split: test
45
+ path: data/test-*
46
  ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1bc4c9a4c7812e9f80570e360c79bb30421e781785e1a9438c098fa73675f7c
3
+ size 830702
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad858bd32a0ea4482fa0c24c1dd0e8d61ebee8cab8733e430348bbf3e8fe46ec
3
+ size 4466454
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ebd749867b2b5193b24e379d36ce00e0b9ebb4980a8fa44af3f053db048b312
3
+ size 400139