burtenshaw HF Staff commited on
Commit
2fa331d
·
verified ·
1 Parent(s): 03867a2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -72
README.md CHANGED
@@ -4,75 +4,6 @@ tags:
4
  - rlfh
5
  - argilla
6
  - human-feedback
7
- configs:
8
- - config_name: default
9
- data_files:
10
- - split: train
11
- path: data/train-*
12
- dataset_info:
13
- features:
14
- - name: id
15
- dtype: string
16
- - name: _server_id
17
- dtype: string
18
- - name: text
19
- dtype: string
20
- - name: label.responses
21
- sequence: string
22
- - name: label.responses.users
23
- sequence: string
24
- - name: label.suggestion
25
- dtype: string
26
- - name: label.suggestion.score
27
- dtype: 'null'
28
- - name: label.suggestion.agent
29
- dtype: 'null'
30
- - name: topics.suggestion
31
- sequence: string
32
- - name: topics.suggestion.score
33
- sequence: float64
34
- - name: topics.suggestion.agent
35
- dtype: 'null'
36
- - name: span.suggestion
37
- list:
38
- - name: end
39
- dtype: int64
40
- - name: label
41
- dtype: string
42
- - name: start
43
- dtype: int64
44
- - name: rating.suggestion.agent
45
- dtype: 'null'
46
- - name: ranking.suggestion
47
- sequence: string
48
- - name: comment.suggestion
49
- dtype: string
50
- - name: rating.suggestion
51
- dtype: int64
52
- - name: comment.suggestion.agent
53
- dtype: 'null'
54
- - name: comment_score
55
- dtype: float64
56
- - name: comment.suggestion.score
57
- dtype: float64
58
- - name: rating.suggestion.score
59
- dtype: 'null'
60
- - name: ranking.suggestion.score
61
- dtype: 'null'
62
- - name: ranking.suggestion.agent
63
- dtype: 'null'
64
- - name: span.suggestion.score
65
- dtype: 'null'
66
- - name: vector
67
- sequence: float64
68
- - name: span.suggestion.agent
69
- dtype: 'null'
70
- splits:
71
- - name: train
72
- num_bytes: 961
73
- num_examples: 3
74
- download_size: 16095
75
- dataset_size: 961
76
  ---
77
 
78
  # Dataset Card for test-argilla-dataset
@@ -179,19 +110,19 @@ The **guidelines**, are optional as well, and are just a plain string that can b
179
  An example of a dataset instance in Argilla looks as follows:
180
 
181
  ```json
182
- "{\"id\":\"283311f8-fa88-49a8-9fe1-cb9bb8b41bfc\",\"inserted_at\":null,\"updated_at\":null,\"fields\":{\"text\":\"Hello World, how are you?\"},\"metadata\":{},\"vectors\":{},\"responses\":[{\"values\":{\"label\":{\"value\":\"positive\"}},\"status\":\"draft\",\"user_id\":\"1a4d1b86-4392-41f4-8e17-4a9a635c3e81\"}],\"suggestions\":[{\"value\":\"positive\",\"question_name\":\"label\",\"type\":null,\"score\":null,\"agent\":null,\"id\":\"5d2c84f4-a9ef-47fe-aacd-edd0454ec46b\",\"question_id\":\"577ae580-7cd6-41c2-80c1-c74054174bfc\"},{\"value\":[\"topic1\",\"topic2\"],\"question_name\":\"topics\",\"type\":null,\"score\":[0.9,0.8],\"agent\":null,\"id\":\"dab5910a-7429-4fa7-9ce2-57730823bcf5\",\"question_id\":\"5937042f-baba-4209-8b04-2725dc0da356\"}],\"external_id\":\"05d24c6f-7882-474f-81ee-5512024a5f92\"}"
183
  ```
184
 
185
  While the same record in HuggingFace `datasets` looks as follows:
186
 
187
  ```json
188
  {
189
- "_server_id": "283311f8-fa88-49a8-9fe1-cb9bb8b41bfc",
190
  "comment.suggestion": null,
191
  "comment.suggestion.agent": null,
192
  "comment.suggestion.score": null,
193
  "comment_score": null,
194
- "id": "05d24c6f-7882-474f-81ee-5512024a5f92",
195
  "label.responses": [
196
  "positive"
197
  ],
 
4
  - rlfh
5
  - argilla
6
  - human-feedback
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  ---
8
 
9
  # Dataset Card for test-argilla-dataset
 
110
  An example of a dataset instance in Argilla looks as follows:
111
 
112
  ```json
113
+ "{\"id\":\"b1eb88d9-95ef-448f-983e-39b5fd4f9e08\",\"inserted_at\":null,\"updated_at\":null,\"fields\":{\"text\":\"Hello World, how are you?\"},\"metadata\":{},\"vectors\":{},\"responses\":[{\"values\":{\"label\":{\"value\":\"positive\"}},\"status\":\"draft\",\"user_id\":\"1a4d1b86-4392-41f4-8e17-4a9a635c3e81\"}],\"suggestions\":[{\"value\":\"positive\",\"question_name\":\"label\",\"type\":null,\"score\":null,\"agent\":null,\"id\":\"dda9c893-07d4-47e4-9621-f898127859d9\",\"question_id\":\"724a755e-6b0f-46fa-9f04-41e95753a0af\"},{\"value\":[\"topic1\",\"topic2\"],\"question_name\":\"topics\",\"type\":null,\"score\":[0.9,0.8],\"agent\":null,\"id\":\"a115eee5-d679-4d90-97a6-6cc2953825ab\",\"question_id\":\"790807dd-7699-4fdc-a4fb-be5a7ecffb58\"}],\"external_id\":\"5ed35fd4-a93b-4a81-9bab-9b73ffd1c30e\"}"
114
  ```
115
 
116
  While the same record in HuggingFace `datasets` looks as follows:
117
 
118
  ```json
119
  {
120
+ "_server_id": "b1eb88d9-95ef-448f-983e-39b5fd4f9e08",
121
  "comment.suggestion": null,
122
  "comment.suggestion.agent": null,
123
  "comment.suggestion.score": null,
124
  "comment_score": null,
125
+ "id": "5ed35fd4-a93b-4a81-9bab-9b73ffd1c30e",
126
  "label.responses": [
127
  "positive"
128
  ],