helboukkouri
commited on
Commit
•
97b342f
1
Parent(s):
3cc3d05
Update CharacterBERT checkpoint with pre-training weights
Browse files- config.json +4 -2
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
-
"
|
4 |
],
|
5 |
"attention_probs_dropout_prob": 0.1,
|
6 |
"character_embeddings_dim": 16,
|
@@ -49,5 +49,7 @@
|
|
49 |
"num_hidden_layers": 12,
|
50 |
"num_highway_layers": 2,
|
51 |
"tie_word_embeddings": false,
|
52 |
-
"
|
|
|
|
|
53 |
}
|
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
+
"CharacterBertForPreTraining"
|
4 |
],
|
5 |
"attention_probs_dropout_prob": 0.1,
|
6 |
"character_embeddings_dim": 16,
|
|
|
49 |
"num_hidden_layers": 12,
|
50 |
"num_highway_layers": 2,
|
51 |
"tie_word_embeddings": false,
|
52 |
+
"transformers_version": "4.7.0.dev0",
|
53 |
+
"type_vocab_size": 2,
|
54 |
+
"use_cache": true
|
55 |
}
|
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:9c8ff932c41dab57e566646572bbfe5f995bf7152d15b0e24ab7e3f1d3e1cc87
|
3 |
+
size 728491415
|