nataliaElv HF staff commited on
Commit
2168c1d
·
1 Parent(s): 6809e48

Upload README.md with huggingface_hub

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