Update README.md
Browse files
README.md
CHANGED
|
@@ -22,8 +22,8 @@ What you can find in this repo is:
|
|
| 22 |
- All 425 [labels](https://huggingface.co/datasets/SimulaMet-HOST/TACDEC/resolve/main/labels.zip)
|
| 23 |
|
| 24 |
In addition:
|
| 25 |
-
- A torch,[sorted_cls_tokens_feature.pt](https://huggingface.co/datasets/SimulaMet-HOST/TACDEC/resolve/main/sorted_cls_tokens_features.pt) , containing all the CLS-tokens (features) from DINOv2 used concatenated in a sorted order
|
| 26 |
-
- A numpy array,[sorted_cls_tokens_labels.npy](https://huggingface.co/datasets/SimulaMet-HOST/TACDEC/resolve/main/sorted_cls_tokens_labels.npy), containing all the labels used, concatenated in the same sorted order
|
| 27 |
|
| 28 |
We highly recommend downloading these if you choose to implement/test the model, as running the large DINOv2 model is highly computationally expensive.
|
| 29 |
|
|
|
|
| 22 |
- All 425 [labels](https://huggingface.co/datasets/SimulaMet-HOST/TACDEC/resolve/main/labels.zip)
|
| 23 |
|
| 24 |
In addition:
|
| 25 |
+
- A torch, [sorted_cls_tokens_feature.pt](https://huggingface.co/datasets/SimulaMet-HOST/TACDEC/resolve/main/sorted_cls_tokens_features.pt) , containing all the CLS-tokens (features) from DINOv2 used concatenated in a sorted order
|
| 26 |
+
- A numpy array, [sorted_cls_tokens_labels.npy](https://huggingface.co/datasets/SimulaMet-HOST/TACDEC/resolve/main/sorted_cls_tokens_labels.npy), containing all the labels used, concatenated in the same sorted order
|
| 27 |
|
| 28 |
We highly recommend downloading these if you choose to implement/test the model, as running the large DINOv2 model is highly computationally expensive.
|
| 29 |
|