Datasets:
Upload dataset
Browse files- README.md +61 -0
- data/train-00000-of-00001.parquet +3 -0
README.md
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: id
|
5 |
+
dtype: int64
|
6 |
+
- name: name
|
7 |
+
dtype: string
|
8 |
+
- name: occupation
|
9 |
+
dtype: string
|
10 |
+
- name: adjective
|
11 |
+
dtype: string
|
12 |
+
- name: chatbot_goal
|
13 |
+
dtype: string
|
14 |
+
- name: instructions
|
15 |
+
sequence: string
|
16 |
+
- name: content
|
17 |
+
dtype: string
|
18 |
+
- name: data_category
|
19 |
+
dtype: string
|
20 |
+
- name: question
|
21 |
+
dtype: string
|
22 |
+
- name: answer
|
23 |
+
dtype: string
|
24 |
+
- name: small_chunks_with_scores
|
25 |
+
sequence: 'null'
|
26 |
+
- name: big_chunks_with_scores
|
27 |
+
sequence: 'null'
|
28 |
+
- name: small_chunks
|
29 |
+
list:
|
30 |
+
- name: content
|
31 |
+
dtype: string
|
32 |
+
- name: score
|
33 |
+
dtype: float64
|
34 |
+
- name: big_chunks
|
35 |
+
list:
|
36 |
+
- name: content
|
37 |
+
dtype: string
|
38 |
+
- name: score
|
39 |
+
dtype: float64
|
40 |
+
- name: mean_small_chunk_score
|
41 |
+
dtype: float64
|
42 |
+
- name: total_small_chunks
|
43 |
+
dtype: int64
|
44 |
+
- name: total_correct_small_chunks
|
45 |
+
dtype: int64
|
46 |
+
- name: min_small_chunk_score
|
47 |
+
dtype: float64
|
48 |
+
- name: max_small_chunk_score
|
49 |
+
dtype: float64
|
50 |
+
splits:
|
51 |
+
- name: train
|
52 |
+
num_bytes: 1072060
|
53 |
+
num_examples: 127
|
54 |
+
download_size: 265216
|
55 |
+
dataset_size: 1072060
|
56 |
+
configs:
|
57 |
+
- config_name: default
|
58 |
+
data_files:
|
59 |
+
- split: train
|
60 |
+
path: data/train-*
|
61 |
+
---
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a93d57b4242bccf69e6c3a2d97db4b1ba978ad099a9035e754e6c4d7f3cb085a
|
3 |
+
size 265216
|