Upload dataset
Browse files- README.md +65 -0
- data/train-00000-of-00001.parquet +2 -2
README.md
CHANGED
|
@@ -3,6 +3,71 @@ tags:
|
|
| 3 |
- rlfh
|
| 4 |
- argilla
|
| 5 |
- human-feedback
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
# Dataset Card for embedding_ds_alignement
|
|
|
|
| 3 |
- rlfh
|
| 4 |
- argilla
|
| 5 |
- human-feedback
|
| 6 |
+
dataset_info:
|
| 7 |
+
features:
|
| 8 |
+
- name: id
|
| 9 |
+
dtype: string
|
| 10 |
+
- name: status
|
| 11 |
+
dtype: string
|
| 12 |
+
- name: inserted_at
|
| 13 |
+
dtype: timestamp[us]
|
| 14 |
+
- name: updated_at
|
| 15 |
+
dtype: timestamp[us]
|
| 16 |
+
- name: _server_id
|
| 17 |
+
dtype: string
|
| 18 |
+
- name: sentence1
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: sentence2
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: score
|
| 23 |
+
dtype: string
|
| 24 |
+
- name: correct_sentence1.responses
|
| 25 |
+
sequence: string
|
| 26 |
+
- name: correct_sentence1.responses.users
|
| 27 |
+
sequence: string
|
| 28 |
+
- name: correct_sentence1.responses.status
|
| 29 |
+
sequence: string
|
| 30 |
+
- name: correct_sentence2.responses
|
| 31 |
+
sequence: string
|
| 32 |
+
- name: correct_sentence2.responses.users
|
| 33 |
+
sequence: string
|
| 34 |
+
- name: correct_sentence2.responses.status
|
| 35 |
+
sequence: string
|
| 36 |
+
- name: correct_score.responses
|
| 37 |
+
sequence: string
|
| 38 |
+
- name: correct_score.responses.users
|
| 39 |
+
sequence: string
|
| 40 |
+
- name: correct_score.responses.status
|
| 41 |
+
sequence: string
|
| 42 |
+
- name: correct_sentence1.suggestion
|
| 43 |
+
dtype: string
|
| 44 |
+
- name: correct_sentence1.suggestion.agent
|
| 45 |
+
dtype: 'null'
|
| 46 |
+
- name: correct_sentence1.suggestion.score
|
| 47 |
+
dtype: 'null'
|
| 48 |
+
- name: correct_sentence2.suggestion
|
| 49 |
+
dtype: string
|
| 50 |
+
- name: correct_sentence2.suggestion.agent
|
| 51 |
+
dtype: 'null'
|
| 52 |
+
- name: correct_sentence2.suggestion.score
|
| 53 |
+
dtype: 'null'
|
| 54 |
+
- name: correct_score.suggestion
|
| 55 |
+
dtype: string
|
| 56 |
+
- name: correct_score.suggestion.agent
|
| 57 |
+
dtype: 'null'
|
| 58 |
+
- name: correct_score.suggestion.score
|
| 59 |
+
dtype: 'null'
|
| 60 |
+
splits:
|
| 61 |
+
- name: train
|
| 62 |
+
num_bytes: 438182
|
| 63 |
+
num_examples: 710
|
| 64 |
+
download_size: 149262
|
| 65 |
+
dataset_size: 438182
|
| 66 |
+
configs:
|
| 67 |
+
- config_name: default
|
| 68 |
+
data_files:
|
| 69 |
+
- split: train
|
| 70 |
+
path: data/train-*
|
| 71 |
---
|
| 72 |
|
| 73 |
# Dataset Card for embedding_ds_alignement
|
data/train-00000-of-00001.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ed1d25ed697310cab56df1928fcc15a031e6bd3e3816bc9346983aa2b48c06c
|
| 3 |
+
size 149262
|