sheepy928 commited on
Commit
079944d
1 Parent(s): 5c448ea

Upload 5 files

Browse files
Files changed (3) hide show
  1. config.json +3 -3
  2. pytorch_model.bin +2 -2
  3. 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
- "MarindaForMultipleSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "bos_token_id": 1,
@@ -220,7 +220,7 @@
220
  "layer_norm_eps": 1e-12,
221
  "max_position_embeddings": 600,
222
  "max_relative_position_embeddings": 8,
223
- "model_type": "marinda",
224
  "num_attention_heads": 12,
225
  "num_hidden_layers": 12,
226
  "pad_token_id": 3,
@@ -231,4 +231,4 @@
231
  "type_vocab_size": 2,
232
  "use_cache": true,
233
  "vocab_size": 30523
234
- }
 
1
  {
2
  "_name_or_path": "../../save/marinda-default-ep0.4-26m/checkpoint-25000",
3
  "architectures": [
4
+ "CodeArtForMultipleSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "bos_token_id": 1,
 
220
  "layer_norm_eps": 1e-12,
221
  "max_position_embeddings": 600,
222
  "max_relative_position_embeddings": 8,
223
+ "model_type": "codeart",
224
  "num_attention_heads": 12,
225
  "num_hidden_layers": 12,
226
  "pad_token_id": 3,
 
231
  "type_vocab_size": 2,
232
  "use_cache": true,
233
  "vocab_size": 30523
234
+ }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:db0b8dca0acf3787b4872e403b47bc1c2384c443832c354fa49140980d72fe9c
3
- size 438591269
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00e99656db2bf53ae7b1da267f1bf76b65363639e1d557a30f8294894bf2072e
3
+ size 438591778
tokenizer_config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
  "clean_up_tokenization_spaces": true,
3
  "model_max_length": 512,
4
- "tokenizer_class": "MarindaTokenizer"
5
- }
 
1
  {
2
  "clean_up_tokenization_spaces": true,
3
  "model_max_length": 512,
4
+ "tokenizer_class": "CodeArtTokenizer"
5
+ }