Update README.md
Browse files
README.md
CHANGED
@@ -2,8 +2,18 @@
|
|
2 |
license: apache-2.0
|
3 |
datasets:
|
4 |
- TNILab/DomainNet_FL
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
|
|
|
|
|
7 |
# **Multisource-121-DomainNet**
|
8 |
|
9 |
> **Multisource-121-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 images into 121 domain categories using the **SiglipForImageClassification** architecture.
|
|
|
2 |
license: apache-2.0
|
3 |
datasets:
|
4 |
- TNILab/DomainNet_FL
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
base_model:
|
8 |
+
- google/siglip2-base-patch16-224
|
9 |
+
pipeline_tag: image-classification
|
10 |
+
library_name: transformers
|
11 |
+
tags:
|
12 |
+
- Multisource-121-DomainNet
|
13 |
---
|
14 |
|
15 |
+

|
16 |
+
|
17 |
# **Multisource-121-DomainNet**
|
18 |
|
19 |
> **Multisource-121-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 images into 121 domain categories using the **SiglipForImageClassification** architecture.
|