ajsbsd commited on
Commit
79b3b83
·
1 Parent(s): e035ccb

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +49 -0
README.md CHANGED
@@ -1,3 +1,52 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: cc-by-4.0
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ dataset_info:
9
+ features:
10
+ - name: inputs
11
+ dtype: string
12
+ - name: targets
13
+ dtype: string
14
+ - name: metadata
15
+ struct:
16
+ - name: locale
17
+ dtype: string
18
+ - name: example_id
19
+ dtype: string
20
+ - name: seeded_lists
21
+ list:
22
+ - name: name
23
+ dtype: string
24
+ - name: items
25
+ sequence: string
26
+ - name: seeded_notes
27
+ list:
28
+ - name: name
29
+ dtype: string
30
+ - name: content
31
+ dtype: string
32
+ - name: seeded_contacts
33
+ sequence: string
34
+ - name: previous_turns
35
+ list:
36
+ - name: user_query
37
+ dtype: string
38
+ - name: response_text
39
+ dtype: string
40
+ - name: linguistic_phenomena
41
+ dtype: string
42
+ - name: split
43
+ dtype: string
44
+ - name: context
45
+ dtype: string
46
+ splits:
47
+ - name: train
48
+ num_bytes: 24777921
49
+ num_examples: 33577
50
+ download_size: 6999588
51
+ dataset_size: 24777921
52
  ---