erjui commited on
Commit
a01185a
·
verified ·
1 Parent(s): 88d3ff8

Upload model_card.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. model_card.md +1 -3
model_card.md CHANGED
@@ -13,11 +13,9 @@ library_name: pytorch
13
  pipeline_tag: image-classification
14
  ---
15
 
16
- # DHO: Simple Few-shot Semi-supervised Knowledge Distillation
17
 
18
  [![arXiv](https://img.shields.io/badge/arXiv-2505.07675v1-b31b1b.svg)](https://arxiv.org/abs/2505.07675v1)
19
- [![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/simple-semi-supervised-knowledge-distillation/semi-supervised-image-classification-on-1)](https://paperswithcode.com/sota/semi-supervised-image-classification-on-1?p=simple-semi-supervised-knowledge-distillation)
20
- [![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/simple-semi-supervised-knowledge-distillation/semi-supervised-image-classification-on-2)](https://paperswithcode.com/sota/semi-supervised-image-classification-on-2?p=simple-semi-supervised-knowledge-distillation)
21
 
22
  This repository contains pretrained checkpoints for **DHO (Dual-Head Optimization)**, a simple yet effective approach for semi-supervised knowledge distillation from Vision-Language Models.
23
 
 
13
  pipeline_tag: image-classification
14
  ---
15
 
16
+ # DHO: Simple yet Effective Semi-supervised Knowledge Distillation from Vision-Language Models via Dual-Head Optimization
17
 
18
  [![arXiv](https://img.shields.io/badge/arXiv-2505.07675v1-b31b1b.svg)](https://arxiv.org/abs/2505.07675v1)
 
 
19
 
20
  This repository contains pretrained checkpoints for **DHO (Dual-Head Optimization)**, a simple yet effective approach for semi-supervised knowledge distillation from Vision-Language Models.
21