add model
Browse files- config.json +5 -1
- tf_model.h5 +3 -0
config.json
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
-
"
|
4 |
],
|
5 |
"attention_probs_dropout_prob": 0.1,
|
|
|
6 |
"embedding_size": 128,
|
7 |
"generator_size": "0.25",
|
8 |
"hidden_act": "gelu",
|
@@ -16,10 +18,12 @@
|
|
16 |
"num_attention_heads": 4,
|
17 |
"num_hidden_layers": 12,
|
18 |
"pad_token_id": 0,
|
|
|
19 |
"summary_activation": "gelu",
|
20 |
"summary_last_dropout": 0.1,
|
21 |
"summary_type": "first",
|
22 |
"summary_use_proj": true,
|
|
|
23 |
"type_vocab_size": 2,
|
24 |
"vocab_size": 32000
|
25 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "Maltehb/-l-ctra-danish-electra-small-cased",
|
3 |
"architectures": [
|
4 |
+
"ElectraModel"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
"embedding_size": 128,
|
9 |
"generator_size": "0.25",
|
10 |
"hidden_act": "gelu",
|
|
|
18 |
"num_attention_heads": 4,
|
19 |
"num_hidden_layers": 12,
|
20 |
"pad_token_id": 0,
|
21 |
+
"position_embedding_type": "absolute",
|
22 |
"summary_activation": "gelu",
|
23 |
"summary_last_dropout": 0.1,
|
24 |
"summary_type": "first",
|
25 |
"summary_use_proj": true,
|
26 |
+
"transformers_version": "4.11.3",
|
27 |
"type_vocab_size": 2,
|
28 |
"vocab_size": 32000
|
29 |
}
|
tf_model.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ca941cd432c6c35521757df629f5ec79dae5cf73f5070637e618b804f5098d0c
|
3 |
+
size 54955528
|