Upload 5 files
Browse files- config.json +3 -3
- pytorch_model.bin +2 -2
- tokenizer_config.json +2 -2
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_name_or_path": "../../save/marinda-default-ep0.4/checkpoint-25000",
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"bos_token_id": 1,
|
@@ -17,7 +17,7 @@
|
|
17 |
"margin": 0.5,
|
18 |
"max_position_embeddings": 600,
|
19 |
"max_relative_position_embeddings": 8,
|
20 |
-
"model_type": "
|
21 |
"num_attention_heads": 12,
|
22 |
"num_hidden_layers": 12,
|
23 |
"pad_token_id": 3,
|
@@ -27,4 +27,4 @@
|
|
27 |
"type_vocab_size": 2,
|
28 |
"use_cache": true,
|
29 |
"vocab_size": 30523
|
30 |
-
}
|
|
|
1 |
{
|
2 |
"_name_or_path": "../../save/marinda-default-ep0.4/checkpoint-25000",
|
3 |
"architectures": [
|
4 |
+
"CodeArtForBinSim"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"bos_token_id": 1,
|
|
|
17 |
"margin": 0.5,
|
18 |
"max_position_embeddings": 600,
|
19 |
"max_relative_position_embeddings": 8,
|
20 |
+
"model_type": "codeart",
|
21 |
"num_attention_heads": 12,
|
22 |
"num_hidden_layers": 12,
|
23 |
"pad_token_id": 3,
|
|
|
27 |
"type_vocab_size": 2,
|
28 |
"use_cache": true,
|
29 |
"vocab_size": 30523
|
30 |
+
}
|
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:5b9b9de5ff1c444599475722ceaf1e41ef2d7c3bcea1d2b325fec8479c8ce7f8
|
3 |
+
size 438280150
|
tokenizer_config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
"clean_up_tokenization_spaces": true,
|
3 |
"model_max_length": 512,
|
4 |
-
"tokenizer_class": "
|
5 |
-
}
|
|
|
1 |
{
|
2 |
"clean_up_tokenization_spaces": true,
|
3 |
"model_max_length": 512,
|
4 |
+
"tokenizer_class": "CodeArtTokenizer"
|
5 |
+
}
|