Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -57,11 +57,10 @@ from datasets import load_dataset
|
|
57 |
dataset = load_dataset("Major-TOM/Core-S1RTC-SSL4EO")
|
58 |
```
|
59 |
|
60 |
-
## Generate Your Own Embeddings
|
61 |
-
|
62 |
-
The [**embedder**](https://github.com/ESA-PhiLab/Major-TOM/tree/main/src/embedder) subpackage of Major TOM provides tools for generating embeddings like this ones. You can see an example of this in a dedicated notebook at (link).
|
63 |
-
[](https://github.com/ESA-PhiLab/Major-TOM/tree/main/src/embedder)
|
64 |
|
|
|
|
|
65 |
|
66 |
---
|
67 |
## Major TOM Global Embeddings Project 🏭
|
|
|
57 |
dataset = load_dataset("Major-TOM/Core-S1RTC-SSL4EO")
|
58 |
```
|
59 |
|
60 |
+
## Generate Your Own Major TOM Embeddings
|
|
|
|
|
|
|
61 |
|
62 |
+
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.
|
63 |
+
[](https://github.com/ESA-PhiLab/Major-TOM/blob/main/05-Generate-Major-TOM-Embeddings.ipynb)
|
64 |
|
65 |
---
|
66 |
## Major TOM Global Embeddings Project 🏭
|