YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

DomainBed DANN for ColoredMNIST

This model was trained using the DomainBed framework with the following configuration:

  • Algorithm: DANN
  • Dataset: ColoredMNIST
  • Test Environments: [1]
  • Input Shape: (2, 28, 28)
  • Number of Classes: 2
  • Number of Domains: 2

Usage

from transformers import AutoModel, AutoConfig

# Load the model
model = AutoModel.from_pretrained("liangshuxin/domainbed-dann-coloredmnist-test1")

# Get model config
config = AutoConfig.from_pretrained("liangshuxin/domainbed-dann-coloredmnist-test1")
Downloads last month
0
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The model has no library tag.