davidberenstein1957 HF staff commited on
Commit
b75eb99
1 Parent(s): 1daf929

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -48
README.md CHANGED
@@ -4,53 +4,6 @@ tags:
4
  - rlfh
5
  - argilla
6
  - human-feedback
7
- dataset_info:
8
- features:
9
- - name: text
10
- dtype: string
11
- id: field
12
- - name: label
13
- list:
14
- - name: user_id
15
- dtype: string
16
- id: question
17
- - name: value
18
- dtype: string
19
- id: suggestion
20
- - name: status
21
- dtype: string
22
- id: question
23
- - name: label-suggestion
24
- dtype: string
25
- id: suggestion
26
- - name: label-suggestion-metadata
27
- struct:
28
- - name: type
29
- dtype: string
30
- id: suggestion-metadata
31
- - name: score
32
- dtype: float32
33
- id: suggestion-metadata
34
- - name: agent
35
- dtype: string
36
- id: suggestion-metadata
37
- - name: external_id
38
- dtype: string
39
- id: external_id
40
- - name: metadata
41
- dtype: string
42
- id: metadata
43
- splits:
44
- - name: train
45
- num_bytes: 3396401
46
- num_examples: 20000
47
- download_size: 1323853
48
- dataset_size: 3396401
49
- configs:
50
- - config_name: default
51
- data_files:
52
- - split: train
53
- path: data/train-*
54
  ---
55
 
56
  # Dataset Card for emotion
@@ -148,7 +101,7 @@ An example of a dataset instance in Argilla looks as follows:
148
  "status": "submitted",
149
  "values": {
150
  "label": {
151
- "value": 0
152
  }
153
  }
154
  }
 
4
  - rlfh
5
  - argilla
6
  - human-feedback
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  ---
8
 
9
  # Dataset Card for emotion
 
101
  "status": "submitted",
102
  "values": {
103
  "label": {
104
+ "value": "0"
105
  }
106
  }
107
  }