nielsr HF Staff commited on
Commit
a0c3908
·
verified ·
1 Parent(s): 954641c

Add pipeline tag

Browse files

Hi! I'm Niels from the Hugging Face community team. This PR adds the `pipeline_tag: feature-extraction` to the metadata of your model card. This will help users find your work more easily when filtering for specific tasks on the Hugging Face Hub.

Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -1,10 +1,11 @@
1
  ---
2
  license: apache-2.0
 
3
  tags:
4
- - vision
5
- - ocr
6
- - compression
7
- - autoencoding
8
  ---
9
 
10
  # Bad Autoencoding - Model Checkpoints
@@ -73,4 +74,4 @@ checkpoint_path = hf_hub_download(
73
  journal={arXiv preprint arXiv:2512.03643},
74
  year={2024}
75
  }
76
- ```
 
1
  ---
2
  license: apache-2.0
3
+ pipeline_tag: feature-extraction
4
  tags:
5
+ - vision
6
+ - ocr
7
+ - compression
8
+ - autoencoding
9
  ---
10
 
11
  # Bad Autoencoding - Model Checkpoints
 
74
  journal={arXiv preprint arXiv:2512.03643},
75
  year={2024}
76
  }
77
+ ```