Update README.md
Browse files
README.md
CHANGED
|
@@ -3,10 +3,17 @@ license: apache-2.0
|
|
| 3 |
datasets:
|
| 4 |
- Bruece/reclip_domainnet_126_clipart
|
| 5 |
---
|
|
|
|
|
|
|
|
|
|
| 6 |
# **Clipart-126-DomainNet**
|
| 7 |
|
| 8 |
> **Clipart-126-DomainNet** is an image classification vision-language encoder model fine-tuned from **google/siglip2-base-patch16-224** for a single-label classification task. It is designed to classify clipart images into 126 domain categories using the **SiglipForImageClassification** architecture.
|
| 9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
```py
|
| 11 |
Classification Report:
|
| 12 |
precision recall f1-score support
|
|
|
|
| 3 |
datasets:
|
| 4 |
- Bruece/reclip_domainnet_126_clipart
|
| 5 |
---
|
| 6 |
+
|
| 7 |
+

|
| 8 |
+
|
| 9 |
# **Clipart-126-DomainNet**
|
| 10 |
|
| 11 |
> **Clipart-126-DomainNet** is an image classification vision-language encoder model fine-tuned from **google/siglip2-base-patch16-224** for a single-label classification task. It is designed to classify clipart images into 126 domain categories using the **SiglipForImageClassification** architecture.
|
| 12 |
|
| 13 |
+

|
| 14 |
+
|
| 15 |
+
*Moment Matching for Multi-Source Domain Adaptation* : https://arxiv.org/pdf/1812.01754
|
| 16 |
+
|
| 17 |
```py
|
| 18 |
Classification Report:
|
| 19 |
precision recall f1-score support
|