KrajShuffle commited on
Commit
236f3ab
·
1 Parent(s): b16405c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: PICTURE
5
+ dtype: string
6
+ - name: DESTINATION
7
+ dtype: string
8
+ - name: REVIEWS
9
+ dtype: string
10
+ - name: URL
11
+ dtype: string
12
+ - name: RATING
13
+ dtype: float64
14
+ - name: NAME
15
+ dtype: string
16
+ - name: categories
17
+ dtype: string
18
+ - name: description
19
+ dtype: string
20
+ - name: output
21
+ dtype: string
22
+ - name: ada_embedding
23
+ sequence: float64
24
+ - name: num_tokens
25
+ dtype: int64
26
+ splits:
27
+ - name: train
28
+ num_bytes: 35673119
29
+ num_examples: 2206
30
+ download_size: 25678389
31
+ dataset_size: 35673119
32
+ ---
33
+ # Dataset Card for "pinecone_input"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)