Deojoandco commited on
Commit
2c1859d
1 Parent(s): 4bb5127

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ splits:
33
+ - name: test
34
+ num_bytes: 14648
35
+ num_examples: 12
36
+ download_size: 17112
37
+ dataset_size: 14648
38
+ configs:
39
+ - config_name: default
40
+ data_files:
41
+ - split: test
42
+ path: data/test-*
43
+ ---
44
+ # Dataset Card for "capstone_fromgpt_without_gold_v9"
45
+
46
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)