Upload folder using huggingface_hub
Browse files- projector_config.json +17 -1
- projector_config_biomed.json +1 -1
projector_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"embeddings": [
|
3 |
{
|
4 |
-
"tensorName": "
|
5 |
"tensorShape": [
|
6 |
6500,
|
7 |
512
|
@@ -15,6 +15,22 @@
|
|
15 |
100
|
16 |
]
|
17 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
}
|
19 |
]
|
20 |
}
|
|
|
1 |
{
|
2 |
"embeddings": [
|
3 |
{
|
4 |
+
"tensorName": "Kvasir_VQA_CLIP",
|
5 |
"tensorShape": [
|
6 |
6500,
|
7 |
512
|
|
|
15 |
100
|
16 |
]
|
17 |
}
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"tensorName": "Kvasir_VQA_BioMed",
|
21 |
+
"tensorShape": [
|
22 |
+
6500,
|
23 |
+
512
|
24 |
+
],
|
25 |
+
"tensorPath": "https://huggingface.co/SushantGautam/kvasir_viz/resolve/main/vectors_biomed.tsv",
|
26 |
+
"metadataPath": "https://huggingface.co/SushantGautam/kvasir_viz/resolve/main/metadata.tsv",
|
27 |
+
"sprite": {
|
28 |
+
"imagePath": "https://huggingface.co/SushantGautam/kvasir_viz/resolve/main/openai__clip-vit-large-patch14-336_sprite.png",
|
29 |
+
"singleImageDim": [
|
30 |
+
100,
|
31 |
+
100
|
32 |
+
]
|
33 |
+
}
|
34 |
}
|
35 |
]
|
36 |
}
|
projector_config_biomed.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"embeddings": [
|
3 |
{
|
4 |
-
"tensorName": "
|
5 |
"tensorShape": [
|
6 |
6500,
|
7 |
512
|
|
|
1 |
{
|
2 |
"embeddings": [
|
3 |
{
|
4 |
+
"tensorName": "Kvasir_VQA_BioMed",
|
5 |
"tensorShape": [
|
6 |
6500,
|
7 |
512
|