File size: 1,368 Bytes
d5f741b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5680fe3
d5f741b
6e145c5
 
 
2df12e9
 
 
 
 
d5f741b
 
 
 
 
6e145c5
 
2df12e9
 
d5f741b
 
 
 
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
dataset_info:
  features:
  - name: dialog_id
    dtype: int64
  - name: dialogue
    dtype: string
  - name: summary
    dtype: string
  - name: gold_tags
    dtype: string
  - name: gpt_success
    dtype: bool
  - name: gpt_response
    dtype: string
  - name: gold_tags_tokens_count
    dtype: int64
  - name: GPT_TAGS_FOUND
    dtype: bool
  - name: gpt_output_tags
    dtype: string
  - name: gpt_output_tag_tokens_count
    dtype: int64
  - name: GPT_MI_FOUND
    dtype: bool
  - name: gpt_tags_token_count
    dtype: int64
  - name: gpt_tags
    dtype: string
  - name: tag_token_count_match
    dtype: bool
  - name: precision
    dtype: float64
  - name: recall
    dtype: float64
  - name: f1
    dtype: float64
  - name: accuracy
    dtype: float64
  splits:
  - name: test
    num_bytes: 13736
    num_examples: 12
  - name: train
    num_bytes: 126588
    num_examples: 76
  - name: validation
    num_bytes: 23470
    num_examples: 12
  download_size: 88672
  dataset_size: 163794
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---
# Dataset Card for "capstone_fromgpt_without_gold_v13_all"

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