Spaces:
Runtime error
Runtime error
aaditkapoorbionlp
commited on
Commit
·
353b853
1
Parent(s):
fc24e39
Create emb.json
Browse files
emb.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"embeddings": [
|
3 |
+
{
|
4 |
+
"tensorName": "ClinicalTrialsEmb",
|
5 |
+
"tensorShape": [
|
6 |
+
10000,
|
7 |
+
2560
|
8 |
+
],
|
9 |
+
"tensorPath": "https://huggingface.co/spaces/aaditkapoorbionlp/clinical_trial_match/resolve/main/data.tsv",
|
10 |
+
"metadataPath": "https://huggingface.co/spaces/aaditkapoorbionlp/clinical_trial_match/raw/main/ids.tsv"
|
11 |
+
}
|
12 |
+
]
|
13 |
+
}
|