Add pipeline tag
Browse filesHi! 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.
README.md
CHANGED
|
@@ -1,10 +1,11 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
| 3 |
tags:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 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 |
+
```
|