Spaces:
Sleeping
Sleeping
the-puzzler commited on
Commit ·
644cd18
1
Parent(s): 099a231
config for trakcing downloads
Browse files- config.json +15 -0
config.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "microbiome-transformer",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"MicrobiomeTransformer"
|
| 5 |
+
],
|
| 6 |
+
"checkpoint_files": [
|
| 7 |
+
"large-notext.pt",
|
| 8 |
+
"large-text.pt",
|
| 9 |
+
"small-notext.pt",
|
| 10 |
+
"small-text.pt"
|
| 11 |
+
],
|
| 12 |
+
"embedding_backbone": "neuralbioinfo/prokbert-mini-long",
|
| 13 |
+
"otu_index_file": "otus.97.sqlite",
|
| 14 |
+
"notes": "Repo-level query file so Hugging Face Hub can count downloads for snapshot and standard repo fetches."
|
| 15 |
+
}
|