Deojoandco
commited on
Commit
·
d5f741b
1
Parent(s):
ceda200
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: dialog_id
|
5 |
+
dtype: int64
|
6 |
+
- name: dialogue
|
7 |
+
dtype: string
|
8 |
+
- name: summary
|
9 |
+
dtype: string
|
10 |
+
- name: gold_tags
|
11 |
+
dtype: string
|
12 |
+
- name: gpt_success
|
13 |
+
dtype: bool
|
14 |
+
- name: gpt_response
|
15 |
+
dtype: string
|
16 |
+
- name: gold_tags_tokens_count
|
17 |
+
dtype: int64
|
18 |
+
- name: GPT_TAGS_FOUND
|
19 |
+
dtype: bool
|
20 |
+
- name: gpt_output_tags
|
21 |
+
dtype: string
|
22 |
+
- name: gpt_output_tag_tokens_count
|
23 |
+
dtype: int64
|
24 |
+
- name: GPT_MI_FOUND
|
25 |
+
dtype: bool
|
26 |
+
- name: gpt_tags_token_count
|
27 |
+
dtype: int64
|
28 |
+
- name: gpt_tags
|
29 |
+
dtype: string
|
30 |
+
- name: tag_token_count_match
|
31 |
+
dtype: bool
|
32 |
+
- name: precision
|
33 |
+
dtype: float64
|
34 |
+
- name: recall
|
35 |
+
dtype: float64
|
36 |
+
- name: f1
|
37 |
+
dtype: float64
|
38 |
+
- name: accuracy
|
39 |
+
dtype: float64
|
40 |
+
splits:
|
41 |
+
- name: test
|
42 |
+
num_bytes: 14824
|
43 |
+
num_examples: 12
|
44 |
+
download_size: 19662
|
45 |
+
dataset_size: 14824
|
46 |
+
configs:
|
47 |
+
- config_name: default
|
48 |
+
data_files:
|
49 |
+
- split: test
|
50 |
+
path: data/test-*
|
51 |
+
---
|
52 |
+
# Dataset Card for "capstone_fromgpt_without_gold_v13_all"
|
53 |
+
|
54 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|