Improve model card with feature-extraction pipeline tag (#2)
Browse files- Improve model card with feature-extraction pipeline tag (0a42620b45de7bd6c99294fc8b34af1193d527cc)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -3,13 +3,14 @@ datasets:
|
|
3 |
- togethercomputer/RedPajama-Data-V2
|
4 |
language:
|
5 |
- de
|
6 |
-
tags:
|
7 |
-
- fill-mask
|
8 |
-
- masked-lm
|
9 |
-
- long-context
|
10 |
-
- modernbert
|
11 |
library_name: transformers
|
12 |
license: other
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
# ModernGBERT 134M
|
|
|
3 |
- togethercomputer/RedPajama-Data-V2
|
4 |
language:
|
5 |
- de
|
|
|
|
|
|
|
|
|
|
|
6 |
library_name: transformers
|
7 |
license: other
|
8 |
+
tags:
|
9 |
+
- fill-mask
|
10 |
+
- masked-lm
|
11 |
+
- long-context
|
12 |
+
- modernbert
|
13 |
+
pipeline_tag: feature-extraction
|
14 |
---
|
15 |
|
16 |
# ModernGBERT 134M
|