davanstrien HF Staff commited on
Commit
e6bfaf1
·
1 Parent(s): 0e25497

Upload README.md with huggingface_hub

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