Commit
Β·
b3071b6
1
Parent(s):
085bbe3
Fixing files location to use with transformers 4.x
Browse files- 0_Transformer/config.json +0 -27
- config.json +26 -2
- config_sentence_transformers.json +3 -0
- 0_Transformer/pytorch_model.bin β pytorch_model.bin +0 -0
- 0_Transformer/sentence_bert_config.json β sentence_bert_config.json +0 -0
- 0_Transformer/special_tokens_map.json β special_tokens_map.json +0 -0
- 0_Transformer/tokenizer_config.json β tokenizer_config.json +0 -0
- 0_Transformer/vocab.txt β vocab.txt +0 -0
0_Transformer/config.json
DELETED
@@ -1,27 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"architectures": [
|
3 |
-
"BertModel"
|
4 |
-
],
|
5 |
-
"attention_probs_dropout_prob": 0.1,
|
6 |
-
"directionality": "bidi",
|
7 |
-
"gradient_checkpointing": false,
|
8 |
-
"hidden_act": "gelu",
|
9 |
-
"hidden_dropout_prob": 0.1,
|
10 |
-
"hidden_size": 768,
|
11 |
-
"initializer_range": 0.02,
|
12 |
-
"intermediate_size": 3072,
|
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 |
-
"output_past": true,
|
19 |
-
"pad_token_id": 0,
|
20 |
-
"pooler_fc_size": 768,
|
21 |
-
"pooler_num_attention_heads": 12,
|
22 |
-
"pooler_num_fc_layers": 3,
|
23 |
-
"pooler_size_per_head": 128,
|
24 |
-
"pooler_type": "first_token_transform",
|
25 |
-
"type_vocab_size": 2,
|
26 |
-
"vocab_size": 29794
|
27 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
config.json
CHANGED
@@ -1,3 +1,27 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
{
|
2 |
+
"architectures": [
|
3 |
+
"BertModel"
|
4 |
+
],
|
5 |
+
"attention_probs_dropout_prob": 0.1,
|
6 |
+
"directionality": "bidi",
|
7 |
+
"gradient_checkpointing": false,
|
8 |
+
"hidden_act": "gelu",
|
9 |
+
"hidden_dropout_prob": 0.1,
|
10 |
+
"hidden_size": 768,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 3072,
|
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 |
+
"output_past": true,
|
19 |
+
"pad_token_id": 0,
|
20 |
+
"pooler_fc_size": 768,
|
21 |
+
"pooler_num_attention_heads": 12,
|
22 |
+
"pooler_num_fc_layers": 3,
|
23 |
+
"pooler_size_per_head": 128,
|
24 |
+
"pooler_type": "first_token_transform",
|
25 |
+
"type_vocab_size": 2,
|
26 |
+
"vocab_size": 29794
|
27 |
+
}
|
config_sentence_transformers.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"__version__": "0.3.5.1"
|
3 |
+
}
|
0_Transformer/pytorch_model.bin β pytorch_model.bin
RENAMED
File without changes
|
0_Transformer/sentence_bert_config.json β sentence_bert_config.json
RENAMED
File without changes
|
0_Transformer/special_tokens_map.json β special_tokens_map.json
RENAMED
File without changes
|
0_Transformer/tokenizer_config.json β tokenizer_config.json
RENAMED
File without changes
|
0_Transformer/vocab.txt β vocab.txt
RENAMED
File without changes
|