nataliaElv HF staff commited on
Commit
9837c13
1 Parent(s): f900e5a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: text
5
+ dtype: string
6
+ id: field
7
+ - name: topics
8
+ list:
9
+ - name: user_id
10
+ dtype: string
11
+ id: question
12
+ - name: value
13
+ sequence: string
14
+ id: question
15
+ - name: status
16
+ dtype: string
17
+ id: question
18
+ - name: topics-suggestion
19
+ sequence: string
20
+ id: suggestion
21
+ - name: topics-suggestion-metadata
22
+ struct:
23
+ - name: type
24
+ dtype: string
25
+ id: suggestion-metadata
26
+ - name: score
27
+ sequence:
28
+ dtype: float32
29
+ id: suggestion-metadata
30
+ - name: agent
31
+ dtype: string
32
+ id: suggestion-metadata
33
+ - name: sentiment
34
+ list:
35
+ - name: user_id
36
+ dtype: string
37
+ id: question
38
+ - name: value
39
+ dtype: string
40
+ id: question
41
+ - name: status
42
+ dtype: string
43
+ id: question
44
+ - name: sentiment-suggestion
45
+ dtype: string
46
+ id: suggestion
47
+ - name: sentiment-suggestion-metadata
48
+ struct:
49
+ - name: type
50
+ dtype: string
51
+ id: suggestion-metadata
52
+ - name: score
53
+ dtype: float32
54
+ id: suggestion-metadata
55
+ - name: agent
56
+ dtype: string
57
+ id: suggestion-metadata
58
+ - name: external_id
59
+ dtype: string
60
+ id: external_id
61
+ - name: metadata
62
+ dtype: string
63
+ id: metadata
64
+ splits:
65
+ - name: train
66
+ num_bytes: 534208
67
+ num_examples: 3080
68
+ download_size: 169849
69
+ dataset_size: 534208
70
+ ---
71
+ # Dataset Card for "banking77_topic_and_sentiment"
72
+
73
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)