Add pipeline tag

#1
by nielsr HF Staff - opened
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
+ ```