add pytorch/tf model files for bert-base-qarib60_1790k
Browse files- .gitattributes +2 -0
- bert_config.json +20 -0
- model.ckpt.data-00000-of-00001 +3 -0
- model.ckpt.index +0 -0
- model.ckpt.meta +0 -0
- pytorch_model.bin +3 -0
- vocab.txt +0 -0
.gitattributes
CHANGED
@@ -6,3 +6,5 @@
|
|
6 |
*.tar.gz filter=lfs diff=lfs merge=lfs -text
|
7 |
*.ot filter=lfs diff=lfs merge=lfs -text
|
8 |
*.onnx filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
6 |
*.tar.gz filter=lfs diff=lfs merge=lfs -text
|
7 |
*.ot filter=lfs diff=lfs merge=lfs -text
|
8 |
*.onnx filter=lfs diff=lfs merge=lfs -text
|
9 |
+
model.ckpt.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
10 |
+
pytorch_model.bin filter=lfs diff=lfs merge=lfs -text
|
bert_config.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "bert",
|
3 |
+
"attention_probs_dropout_prob": 0.1,
|
4 |
+
"directionality": "bidi",
|
5 |
+
"hidden_act": "gelu",
|
6 |
+
"hidden_dropout_prob": 0.1,
|
7 |
+
"hidden_size": 768,
|
8 |
+
"initializer_range": 0.02,
|
9 |
+
"intermediate_size": 3072,
|
10 |
+
"max_position_embeddings": 512,
|
11 |
+
"num_attention_heads": 12,
|
12 |
+
"num_hidden_layers": 12,
|
13 |
+
"pooler_fc_size": 768,
|
14 |
+
"pooler_num_attention_heads": 12,
|
15 |
+
"pooler_num_fc_layers": 3,
|
16 |
+
"pooler_size_per_head": 128,
|
17 |
+
"pooler_type": "first_token_transform",
|
18 |
+
"type_vocab_size": 2,
|
19 |
+
"vocab_size": 64000
|
20 |
+
}
|
model.ckpt.data-00000-of-00001
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a4822ee1742aa404faf722fb269e4bd228084496fcd772b14d67027baa0b1719
|
3 |
+
size 1630212128
|
model.ckpt.index
ADDED
Binary file (9.38 kB). View file
|
|
model.ckpt.meta
ADDED
Binary file (4.67 MB). View file
|
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73279b9ab2d3484564fa932c7d3fc4b718e21bdd330665c7100a9b71ef69e3d6
|
3 |
+
size 543452854
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|