prasannareddyp nielsr HF Staff commited on
Commit
6f03ee7
·
verified ·
1 Parent(s): 761999d

Add pipeline tag and Github link (#1)

Browse files

- Add pipeline tag and Github link (35645dacc81f1049cf941df8bc34a9978abe913e)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +8 -4
README.md CHANGED
@@ -1,10 +1,14 @@
1
  ---
2
- license: mit
 
3
  language:
4
  - en
 
5
  metrics:
6
  - accuracy
7
- base_model:
8
- - microsoft/resnet-101
9
  ---
10
- arxiv.org/abs/2505.24216
 
 
 
 
1
  ---
2
+ base_model:
3
+ - microsoft/resnet-101
4
  language:
5
  - en
6
+ license: mit
7
  metrics:
8
  - accuracy
9
+ pipeline_tag: image-classification
 
10
  ---
11
+
12
+ This model is presented in the paper [Shuffle PatchMix Augmentation with Confidence-Margin Weighted Pseudo-Labels for Enhanced Source-Free Domain Adaptation](https://arxiv.org/abs/2505.24216).
13
+
14
+ Code: https://github.com/PrasannaPulakurthi/SPM