Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
size_categories:
|
5 |
+
- 10M<n<100M
|
6 |
+
---
|
7 |
+
Containing 768-dimensional embedding vectors derived from the "content" column of the RefinedWeb dataset.<br>
|
8 |
+
The embeddings were generated using the E5-Base-4k model with a context length of 1024, employing scaled dot-product attention.
|
9 |
+
|
10 |
+
**Original dataset:**<br>
|
11 |
+
This dataset bases as derivative work on [RefinedWeb](https://huggingface.co/datasets/tiiuae/falcon-refinedweb), an English web dataset created by the [TII (Technology Innovation Institute)](https://www.tii.ae/).<br>
|
12 |
+
Attribution is given to the TII as original authors of the RefinedWeb dataset as per Section 4 of RefinedWeb's Open Data Commons Attribution License (ODC-By) license.
|
13 |
+
|
14 |
+
- Embedding Model: E5-Base-4k
|
15 |
+
- Embedding Dimensions: 768
|
16 |
+
- Embedding Context Length: 1024 tokens
|
17 |
+
- Embedding Implementation Specifics: Scaled Dot-Product Attention
|
18 |
+
- Embedding Scope: For embedding, all but the "content" field are disregarded.
|
19 |
+
|
20 |
+
**Original Dataset Link:**<br>
|
21 |
+
https://huggingface.co/datasets/tiiuae/falcon-refinedweb
|