File size: 930 Bytes
d8cc5ee
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
dataset_info:
  features:
  - name: conversation_id
    dtype: string
  - name: bot_uid
    dtype: string
  - name: user_id
    dtype: string
  - name: conversation_state
    struct:
    - name: bot_name
      dtype: string
    - name: chat_history
      list:
      - name: message
        dtype: string
      - name: sender
        dtype: string
    - name: memory
      dtype: string
    - name: prompt
      dtype: string
    - name: user_name
      dtype: string
  - name: feedback
    struct:
    - name: accepted
      dtype: string
    - name: reason
      sequence: string
    - name: rejected
      sequence: string
  splits:
  - name: train
    num_bytes: 9348791
    num_examples: 209
  download_size: 216652
  dataset_size: 9348791
---
# Dataset Card for "Gojo_Satoru_Retry_Edits"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)