davidberenstein1957 HF staff commited on
Commit
f9b8f5c
·
1 Parent(s): 15c124a

Upload README.md with huggingface_hub

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