Upload model
Browse files- config.json +1 -12
- pytorch_model.bin +1 -1
config.json
CHANGED
@@ -1,16 +1,11 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
-
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"BertModel"
|
6 |
],
|
7 |
-
"attention_dropout": 0.1,
|
8 |
"attention_probs_dropout_prob": 0.1,
|
9 |
"classifier_dropout": null,
|
10 |
-
"dim": 768,
|
11 |
-
"dropout": 0.1,
|
12 |
"hidden_act": "gelu",
|
13 |
-
"hidden_dim": 3072,
|
14 |
"hidden_dropout_prob": 0.1,
|
15 |
"hidden_size": 768,
|
16 |
"initializer_range": 0.02,
|
@@ -18,16 +13,10 @@
|
|
18 |
"layer_norm_eps": 1e-12,
|
19 |
"max_position_embeddings": 512,
|
20 |
"model_type": "bert",
|
21 |
-
"n_heads": 12,
|
22 |
-
"n_layers": 6,
|
23 |
"num_attention_heads": 12,
|
24 |
"num_hidden_layers": 12,
|
25 |
"pad_token_id": 0,
|
26 |
"position_embedding_type": "absolute",
|
27 |
-
"qa_dropout": 0.1,
|
28 |
-
"seq_classif_dropout": 0.2,
|
29 |
-
"sinusoidal_pos_embds": false,
|
30 |
-
"tie_weights_": true,
|
31 |
"torch_dtype": "float32",
|
32 |
"transformers_version": "4.27.1",
|
33 |
"type_vocab_size": 2,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "bert-base-squad2-uncased",
|
|
|
3 |
"architectures": [
|
4 |
"BertModel"
|
5 |
],
|
|
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"classifier_dropout": null,
|
|
|
|
|
8 |
"hidden_act": "gelu",
|
|
|
9 |
"hidden_dropout_prob": 0.1,
|
10 |
"hidden_size": 768,
|
11 |
"initializer_range": 0.02,
|
|
|
13 |
"layer_norm_eps": 1e-12,
|
14 |
"max_position_embeddings": 512,
|
15 |
"model_type": "bert",
|
|
|
|
|
16 |
"num_attention_heads": 12,
|
17 |
"num_hidden_layers": 12,
|
18 |
"pad_token_id": 0,
|
19 |
"position_embedding_type": "absolute",
|
|
|
|
|
|
|
|
|
20 |
"torch_dtype": "float32",
|
21 |
"transformers_version": "4.27.1",
|
22 |
"type_vocab_size": 2,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 437997357
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb6913089cefa52ffe45e87f463ba1a916e43cacc67eff432a4850da82656679
|
3 |
size 437997357
|