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-26m/checkpoint-25000",
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"bos_token_id": 1,
|
@@ -120,7 +120,7 @@
|
|
120 |
"layer_norm_eps": 1e-12,
|
121 |
"max_position_embeddings": 600,
|
122 |
"max_relative_position_embeddings": 8,
|
123 |
-
"model_type": "
|
124 |
"num_attention_heads": 12,
|
125 |
"num_hidden_layers": 12,
|
126 |
"pad_token_id": 3,
|
@@ -130,4 +130,4 @@
|
|
130 |
"type_vocab_size": 2,
|
131 |
"use_cache": true,
|
132 |
"vocab_size": 30523
|
133 |
-
}
|
|
|
1 |
{
|
2 |
"_name_or_path": "../../save/marinda-default-ep0.4-26m/checkpoint-25000",
|
3 |
"architectures": [
|
4 |
+
"CodeArtForTokenClassification"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"bos_token_id": 1,
|
|
|
120 |
"layer_norm_eps": 1e-12,
|
121 |
"max_position_embeddings": 600,
|
122 |
"max_relative_position_embeddings": 8,
|
123 |
+
"model_type": "codeart",
|
124 |
"num_attention_heads": 12,
|
125 |
"num_hidden_layers": 12,
|
126 |
"pad_token_id": 3,
|
|
|
130 |
"type_vocab_size": 2,
|
131 |
"use_cache": true,
|
132 |
"vocab_size": 30523
|
133 |
+
}
|
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:b306ae43115a740845f5f983e21c2a7e9867191f3d88f8ad1c940ef68a51bda4
|
3 |
+
size 436071574
|
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 |
+
}
|