Spaces:
Running
on
Zero
Running
on
Zero
derektan
commited on
Commit
·
f952795
1
Parent(s):
ab14344
Updated attributions
Browse files- app.py +1 -1
- app_multimodal_inference.py +1 -1
app.py
CHANGED
@@ -583,7 +583,7 @@ with gr.Blocks(title="Search-TTA (Simplified)", theme=gr.themes.Base()) as demo:
|
|
583 |
# Footer to point out to model and data from app page.
|
584 |
gr.Markdown(
|
585 |
"""
|
586 |
-
The satellite image CLIP encoder is fine-tuned using [Sentinel-2 Level 2A](https://docs.sentinel-hub.com/api/latest/data/sentinel-2-l2a/) satellite image and taxonomy images (with GPS locations) from [iNaturalist](https://inaturalist.org/). The sound CLIP encoder is fine-tuned with a subset of the same taxonomy images and their corresponding sounds from [iNaturalist](https://inaturalist.org/).
|
587 |
"""
|
588 |
)
|
589 |
|
|
|
583 |
# Footer to point out to model and data from app page.
|
584 |
gr.Markdown(
|
585 |
"""
|
586 |
+
The satellite image CLIP encoder is fine-tuned using [Sentinel-2 Level 2A](https://docs.sentinel-hub.com/api/latest/data/sentinel-2-l2a/) satellite image and taxonomy images (with GPS locations) from [iNaturalist](https://inaturalist.org/). The sound CLIP encoder is fine-tuned with a subset of the same taxonomy images and their corresponding sounds from [iNaturalist](https://inaturalist.org/). Some of these iNaturalist data are also used in [Taxabind](https://arxiv.org/abs/2411.00683). Note that while some of the examples above result in poor probability distributions, they will be improved using our test-time adaptation framework during the search process.
|
587 |
"""
|
588 |
)
|
589 |
|
app_multimodal_inference.py
CHANGED
@@ -374,7 +374,7 @@ with gr.Blocks(title="Search-TTA", theme=gr.themes.Base()) as demo:
|
|
374 |
# Footer to point out to model and data from app page.
|
375 |
gr.Markdown(
|
376 |
"""
|
377 |
-
The satellite image CLIP encoder is fine-tuned using [Sentinel-2 Level 2A](https://docs.sentinel-hub.com/api/latest/data/sentinel-2-l2a/) satellite image and taxonomy images (with GPS locations) from [iNaturalist](https://inaturalist.org/). The sound CLIP encoder is fine-tuned with a subset of the same taxonomy images and their corresponding sounds from [iNaturalist](https://inaturalist.org/).
|
378 |
"""
|
379 |
)
|
380 |
|
|
|
374 |
# Footer to point out to model and data from app page.
|
375 |
gr.Markdown(
|
376 |
"""
|
377 |
+
The satellite image CLIP encoder is fine-tuned using [Sentinel-2 Level 2A](https://docs.sentinel-hub.com/api/latest/data/sentinel-2-l2a/) satellite image and taxonomy images (with GPS locations) from [iNaturalist](https://inaturalist.org/). The sound CLIP encoder is fine-tuned with a subset of the same taxonomy images and their corresponding sounds from [iNaturalist](https://inaturalist.org/). Some of these iNaturalist data are also used in [Taxabind](https://arxiv.org/abs/2411.00683). Note that while some of the examples above result in poor probability distributions, they will be improved using our test-time adaptation framework during the search process.
|
378 |
"""
|
379 |
)
|
380 |
|