Add pipeline tag to metadata
Browse filesThis PR adds the `pipeline_tag: other` to the YAML metadata of the model card. This helps classify the repository properly on the Hugging Face Hub under the "Other" task category, as it is a specialized HMM checkpoint repository for constrained decoding rather than a standard language model.
README.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
---
|
|
|
|
| 2 |
tags:
|
| 3 |
- deco-g
|
| 4 |
- hmm
|
|
@@ -18,4 +19,4 @@ The code release at https://github.com/haikangdeng/deco-g downloads these checkp
|
|
| 18 |
| `qwen7b` | `Qwen/Qwen2.5-7B-Instruct` | `qwen2.5-7b-instruct` |
|
| 19 |
| `qwen3-8b` | `Qwen/Qwen3-8B` | `qwen3-8b` |
|
| 20 |
|
| 21 |
-
Each subfolder contains a `config.json` and `model.safetensors` compatible with Deco-G's `HMM` class.
|
|
|
|
| 1 |
---
|
| 2 |
+
pipeline_tag: other
|
| 3 |
tags:
|
| 4 |
- deco-g
|
| 5 |
- hmm
|
|
|
|
| 19 |
| `qwen7b` | `Qwen/Qwen2.5-7B-Instruct` | `qwen2.5-7b-instruct` |
|
| 20 |
| `qwen3-8b` | `Qwen/Qwen3-8B` | `qwen3-8b` |
|
| 21 |
|
| 22 |
+
Each subfolder contains a `config.json` and `model.safetensors` compatible with Deco-G's `HMM` class.
|