YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/model-cards#model-card-metadata)
DomainBed Mixup for ColoredMNIST
This model was trained using the DomainBed framework with the following configuration:
- Algorithm: Mixup
- Dataset: ColoredMNIST
- Test Environments: [0, 1]
- Input Shape: (2, 28, 28)
- Number of Classes: 2
- Number of Domains: 1
Usage
from transformers import AutoModel, AutoConfig
# Load the model
model = AutoModel.from_pretrained("liangshuxin/domainbed-mixup-coloredmnist-test0-1")
# Get model config
config = AutoConfig.from_pretrained("liangshuxin/domainbed-mixup-coloredmnist-test0-1")
- 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.