Upload folder using huggingface_hub
Browse files- metadata.tsv +0 -0
- projector_config.json +4 -0
metadata.tsv
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
projector_config.json
CHANGED
@@ -2,6 +2,10 @@
|
|
2 |
"embeddings": [
|
3 |
{
|
4 |
"tensorName": "Kvasir_VQA",
|
|
|
|
|
|
|
|
|
5 |
"tensorPath": "https://huggingface.co/SushantGautam/kvasir_viz/raw/main/vectors.tsv",
|
6 |
"metadataPath": "https://huggingface.co/SushantGautam/kvasir_viz/raw/main/metadata.tsv"
|
7 |
}
|
|
|
2 |
"embeddings": [
|
3 |
{
|
4 |
"tensorName": "Kvasir_VQA",
|
5 |
+
"tensorShape": [
|
6 |
+
6500,
|
7 |
+
512
|
8 |
+
],
|
9 |
"tensorPath": "https://huggingface.co/SushantGautam/kvasir_viz/raw/main/vectors.tsv",
|
10 |
"metadataPath": "https://huggingface.co/SushantGautam/kvasir_viz/raw/main/metadata.tsv"
|
11 |
}
|