Upload ModernBertForMaskedLM
Browse files- README.md +5 -5
- config.json +3 -3
- model.safetensors +2 -2
README.md
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
-
language:
|
5 |
tags:
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
pipeline_tag: fill-mask
|
11 |
inference: false
|
12 |
base_model: answerdotai/ModernBERT-large
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
+
language: sv
|
5 |
tags:
|
6 |
+
- masked-lm
|
7 |
+
- fill-mask
|
8 |
+
- long-context
|
9 |
+
- modernbert
|
10 |
pipeline_tag: fill-mask
|
11 |
inference: false
|
12 |
base_model: answerdotai/ModernBERT-large
|
config.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
-
"
|
4 |
],
|
5 |
"attention_bias": false,
|
6 |
"attention_dropout": 0.0,
|
7 |
"bos_token_id": 50281,
|
8 |
-
"classifier_activation": "
|
9 |
"classifier_bias": false,
|
10 |
"classifier_dropout": 0.0,
|
11 |
"classifier_pooling": "mean",
|
@@ -40,6 +40,6 @@
|
|
40 |
"sparse_pred_ignore_index": -100,
|
41 |
"sparse_prediction": false,
|
42 |
"torch_dtype": "float32",
|
43 |
-
"transformers_version": "4.
|
44 |
"vocab_size": 50368
|
45 |
}
|
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
+
"ModernBertForMaskedLM"
|
4 |
],
|
5 |
"attention_bias": false,
|
6 |
"attention_dropout": 0.0,
|
7 |
"bos_token_id": 50281,
|
8 |
+
"classifier_activation": "gelu",
|
9 |
"classifier_bias": false,
|
10 |
"classifier_dropout": 0.0,
|
11 |
"classifier_pooling": "mean",
|
|
|
40 |
"sparse_pred_ignore_index": -100,
|
41 |
"sparse_prediction": false,
|
42 |
"torch_dtype": "float32",
|
43 |
+
"transformers_version": "4.53.2",
|
44 |
"vocab_size": 50368
|
45 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c031b8f51517b798b51c85d62d8b0e2dfcf2291138583cf700e3c0fb2a4f5f82
|
3 |
+
size 1583544840
|