sproos commited on
Commit
4230865
1 Parent(s): 3075d53

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -19
README.md CHANGED
@@ -1,22 +1,12 @@
1
  ---
2
- configs:
3
- - config_name: default
4
- data_files:
5
- - split: train
6
- path: data/train-*
7
- dataset_info:
8
- features:
9
- - name: text
10
- dtype: string
11
- - name: embeddings
12
- sequence: float32
13
- splits:
14
- - name: train
15
- num_bytes: 46275561696
16
- num_examples: 5489000
17
- download_size: 20572356672
18
- dataset_size: 46275561696
19
  ---
20
- # Dataset Card for "SlimPajama-6B-embedded"
21
 
22
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
1
  ---
2
+ # For reference on model card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/datasetcard.md?plain=1
3
+ # Doc / guide: https://huggingface.co/docs/hub/datasets-cards
4
+ {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  ---
 
6
 
7
+ # Dataset Card for SlimPajama-6B-embedded
8
+
9
+ This is a copy of [DKYoon/SlimPajama-6B](https://huggingface.co/datasets/DKYoon/SlimPajama-6B), together with embeddings generated by [thenlper/gte-large](https://huggingface.co/thenlper/gte-large).
10
+ There are 5.49 million examples of text, a representative random sample of [SlimPajama-627B](https://huggingface.co/datasets/cerebras/SlimPajama-627B). Each text is associated with a 1024-dimensional embedding vector that is meant to represent the semantic content. The vectors were generated by average-pooling (max-pooling dataset to come in the future).
11
+
12
+ This dataset is intended to help with downstream tasks such as reverse-embeddings, interpreting embedding spaces and creating adapters between embeddings models.