Instructions to use prithivMLmods/Multisource-121-DomainNet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use prithivMLmods/Multisource-121-DomainNet with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="prithivMLmods/Multisource-121-DomainNet") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoProcessor, AutoModelForImageClassification processor = AutoProcessor.from_pretrained("prithivMLmods/Multisource-121-DomainNet") model = AutoModelForImageClassification.from_pretrained("prithivMLmods/Multisource-121-DomainNet") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,8 @@ datasets:
|
|
| 4 |
- TNILab/DomainNet_FL
|
| 5 |
---
|
| 6 |
|
|
|
|
|
|
|
| 7 |
```py
|
| 8 |
Classification Report:
|
| 9 |
precision recall f1-score support
|
|
|
|
| 4 |
- TNILab/DomainNet_FL
|
| 5 |
---
|
| 6 |
|
| 7 |
+

|
| 8 |
+
|
| 9 |
```py
|
| 10 |
Classification Report:
|
| 11 |
precision recall f1-score support
|