panktiWCD862 commited on
Commit
1fe4c69
·
verified ·
1 Parent(s): 46dc7db

Upload dataset

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md CHANGED
@@ -3,6 +3,39 @@ tags:
3
  - rlfh
4
  - argilla
5
  - human-feedback
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  ---
7
 
8
  # Dataset Card for argillia-sda
 
3
  - rlfh
4
  - argilla
5
  - human-feedback
6
+ configs:
7
+ - config_name: default
8
+ data_files:
9
+ - split: train
10
+ path: data/train-*
11
+ dataset_info:
12
+ features:
13
+ - name: id
14
+ dtype: string
15
+ - name: status
16
+ dtype: string
17
+ - name: inserted_at
18
+ dtype: timestamp[us]
19
+ - name: updated_at
20
+ dtype: timestamp[us]
21
+ - name: _server_id
22
+ dtype: string
23
+ - name: review
24
+ dtype: string
25
+ - name: label_0.responses
26
+ sequence: string
27
+ - name: label_0.responses.users
28
+ sequence: string
29
+ - name: label_0.responses.status
30
+ sequence: string
31
+ - name: metadata.id
32
+ dtype: int64
33
+ splits:
34
+ - name: train
35
+ num_bytes: 158243
36
+ num_examples: 100
37
+ download_size: 111259
38
+ dataset_size: 158243
39
  ---
40
 
41
  # Dataset Card for argillia-sda