Add pipeline tag
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
---
|
| 2 |
-
library_name: pytorch
|
| 3 |
base_model: google/gemma-4-E4B-it
|
|
|
|
|
|
|
| 4 |
tags:
|
| 5 |
- multi-head-latent-control
|
| 6 |
- capability-head
|
|
@@ -93,4 +94,4 @@ The head depends on hidden states produced by the exact compatible backbone and
|
|
| 93 |
primaryClass={cs.CL},
|
| 94 |
url={https://arxiv.org/abs/2607.14277}
|
| 95 |
}
|
| 96 |
-
```
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
base_model: google/gemma-4-E4B-it
|
| 3 |
+
library_name: pytorch
|
| 4 |
+
pipeline_tag: text-classification
|
| 5 |
tags:
|
| 6 |
- multi-head-latent-control
|
| 7 |
- capability-head
|
|
|
|
| 94 |
primaryClass={cs.CL},
|
| 95 |
url={https://arxiv.org/abs/2607.14277}
|
| 96 |
}
|
| 97 |
+
```
|