Jellywibble
commited on
Commit
•
d8cc5ee
1
Parent(s):
800c615
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: conversation_id
|
5 |
+
dtype: string
|
6 |
+
- name: bot_uid
|
7 |
+
dtype: string
|
8 |
+
- name: user_id
|
9 |
+
dtype: string
|
10 |
+
- name: conversation_state
|
11 |
+
struct:
|
12 |
+
- name: bot_name
|
13 |
+
dtype: string
|
14 |
+
- name: chat_history
|
15 |
+
list:
|
16 |
+
- name: message
|
17 |
+
dtype: string
|
18 |
+
- name: sender
|
19 |
+
dtype: string
|
20 |
+
- name: memory
|
21 |
+
dtype: string
|
22 |
+
- name: prompt
|
23 |
+
dtype: string
|
24 |
+
- name: user_name
|
25 |
+
dtype: string
|
26 |
+
- name: feedback
|
27 |
+
struct:
|
28 |
+
- name: accepted
|
29 |
+
dtype: string
|
30 |
+
- name: reason
|
31 |
+
sequence: string
|
32 |
+
- name: rejected
|
33 |
+
sequence: string
|
34 |
+
splits:
|
35 |
+
- name: train
|
36 |
+
num_bytes: 9348791
|
37 |
+
num_examples: 209
|
38 |
+
download_size: 216652
|
39 |
+
dataset_size: 9348791
|
40 |
+
---
|
41 |
+
# Dataset Card for "Gojo_Satoru_Retry_Edits"
|
42 |
+
|
43 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|