Upload 5 files
Browse files- bert_config.json +16 -0
- bleurt_config.json +1 -0
- saved_model.pb +3 -0
- sent_piece.model +3 -0
- sent_piece.vocab +0 -0
bert_config.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"attention_probs_dropout_prob": 0,
|
| 3 |
+
"hidden_act": "gelu",
|
| 4 |
+
"hidden_dropout_prob": 0,
|
| 5 |
+
"embedding_dropout_prob": 0,
|
| 6 |
+
"hidden_size": 1152,
|
| 7 |
+
"embedding_size": 256,
|
| 8 |
+
"output_embedding_size": 1664,
|
| 9 |
+
"initializer_range": 0.02,
|
| 10 |
+
"intermediate_size": 4608,
|
| 11 |
+
"max_position_embeddings": 512,
|
| 12 |
+
"num_attention_heads": 18,
|
| 13 |
+
"num_hidden_layers": 32,
|
| 14 |
+
"type_vocab_size": 2,
|
| 15 |
+
"vocab_size": 250300
|
| 16 |
+
}
|
bleurt_config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"name": "BLEURT-20", "bert_config_file": "bert_config.json", "max_seq_length": 512, "vocab_file": null, "do_lower_case": null, "sp_model": "sent_piece", "dynamic_seq_length": true}
|
saved_model.pb
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ae9b0e2773b962130f9747d5b00ab70d0000c02c9160eaec333478788fc2ac1
|
| 3 |
+
size 2577405
|
sent_piece.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67ce12ea4550e57af39217a75686a61695e34edbb1c9892f82f0b861d73a4482
|
| 3 |
+
size 4697711
|
sent_piece.vocab
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|