Upload correct model
Browse filesAccidentally uploaded wrong model files the first time. These should be the correct ones.
- config.json +2 -2
- merges.txt +0 -0
- pytorch_model.bin +2 -2
- vocab.json +0 -0
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_name_or_path": "gottbert",
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"bos_token_id": 0,
|
@@ -15,7 +15,7 @@
|
|
15 |
"intermediate_size": 3072,
|
16 |
"layer_norm_eps": 1e-05,
|
17 |
"max_position_embeddings": 514,
|
18 |
-
"model_type": "
|
19 |
"num_attention_heads": 12,
|
20 |
"num_hidden_layers": 12,
|
21 |
"pad_token_id": 1,
|
|
|
1 |
{
|
2 |
"_name_or_path": "gottbert",
|
3 |
"architectures": [
|
4 |
+
"RobertaForMaskedLM"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"bos_token_id": 0,
|
|
|
15 |
"intermediate_size": 3072,
|
16 |
"layer_norm_eps": 1e-05,
|
17 |
"max_position_embeddings": 514,
|
18 |
+
"model_type": "roberta",
|
19 |
"num_attention_heads": 12,
|
20 |
"num_hidden_layers": 12,
|
21 |
"pad_token_id": 1,
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
pytorch_model.bin
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:1cb5b69f4bae1f32807c13ea097dd8219111c208df8e1a414b2fc04b460d5808
|
3 |
+
size 504226219
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|