Spaces:
Running
Running
breezedeus
commited on
Commit
•
16506da
1
Parent(s):
3f327ed
update doc
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title: Coin
|
3 |
emoji: 🪙
|
4 |
colorFrom: yellow
|
5 |
colorTo: purple
|
@@ -9,4 +9,14 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: USA Coin Retrieval
|
3 |
emoji: 🪙
|
4 |
colorFrom: yellow
|
5 |
colorTo: purple
|
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
+
This demo is powered by **[Coin-CLIP](https://huggingface.co/breezedeus/coin-clip-vit-base-patch32)** `breezedeus/coin-clip-vit-base-patch32`,
|
13 |
+
which is built upon OpenAI's **[CLIP](https://huggingface.co/openai/clip-vit-base-patch32) (ViT-B/32)** model and fine-tuned on
|
14 |
+
a dataset of more than `340,000` coin images using contrastive learning techniques. This specialized model is designed to significantly improve feature extraction for coin images, leading to more accurate image-based search capabilities. Coin-CLIP combines the power of Visual Transformer (ViT) with CLIP's multimodal learning capabilities, specifically tailored for the numismatic domain.
|
15 |
+
|
16 |
+
**Key Features:**
|
17 |
+
- State-of-the-art coin image retrieval;
|
18 |
+
- Enhanced feature extraction for numismatic images;
|
19 |
+
- Seamless integration with CLIP's multimodal learning.
|
20 |
+
|
21 |
+
More information on Coin-CLIP can be found on Github:
|
22 |
+
- [https://github.com/breezedeus/coin-clip](https://github.com/breezedeus/coin-clip)
|