davanstrien HF Staff commited on
Commit
40e1885
·
1 Parent(s): c1bf693

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: lastModified
7
+ dtype: string
8
+ - name: tags
9
+ sequence: string
10
+ - name: author
11
+ dtype: string
12
+ - name: description
13
+ dtype: string
14
+ - name: citation
15
+ dtype: string
16
+ - name: likes
17
+ dtype: int64
18
+ - name: downloads
19
+ dtype: int64
20
+ - name: created
21
+ dtype: timestamp[us]
22
+ - name: card
23
+ dtype: string
24
+ - name: card_len
25
+ dtype: int64
26
+ - name: embeddings
27
+ sequence:
28
+ sequence: float32
29
+ splits:
30
+ - name: train
31
+ num_bytes: 334799613.62829113
32
+ num_examples: 64462
33
+ download_size: 128564352
34
+ dataset_size: 334799613.62829113
35
+ configs:
36
+ - config_name: default
37
+ data_files:
38
+ - split: train
39
+ path: data/train-*
40
+ ---
41
+ # Dataset Card for "dataset_cards_with_long_context_embeddins"
42
+
43
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)