Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -51,10 +51,10 @@ Interface scripts are available at
|
|
51 |
from datasets import load_dataset
|
52 |
dataset = load_dataset("Major-TOM/Core-S2L1C-SSL4EO")
|
53 |
```
|
54 |
-
## Generate Your Own Embeddings
|
55 |
|
56 |
-
The [**embedder**](https://github.com/ESA-PhiLab/Major-TOM/tree/main/src/embedder) subpackage of Major TOM provides tools for generating embeddings like
|
57 |
-
[](https://github.com/ESA-PhiLab/Major-TOM/
|
58 |
|
59 |
---
|
60 |
## Major TOM Global Embeddings Project 🏭
|
|
|
51 |
from datasets import load_dataset
|
52 |
dataset = load_dataset("Major-TOM/Core-S2L1C-SSL4EO")
|
53 |
```
|
54 |
+
## Generate Your Own Major TOM Embeddings
|
55 |
|
56 |
+
The [**embedder**](https://github.com/ESA-PhiLab/Major-TOM/tree/main/src/embedder) subpackage of Major TOM provides tools for generating embeddings like these ones. You can see an example of this in a dedicated notebook at https://github.com/ESA-PhiLab/Major-TOM/blob/main/05-Generate-Major-TOM-Embeddings.ipynb.
|
57 |
+
[](https://github.com/ESA-PhiLab/Major-TOM/blob/main/05-Generate-Major-TOM-Embeddings.ipynb)
|
58 |
|
59 |
---
|
60 |
## Major TOM Global Embeddings Project 🏭
|