sheepy928 commited on
Commit
c96935d
·
verified ·
1 Parent(s): 6274a68

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/checkpoint-25000",
3
  "architectures": [
4
- "MarindaForBinSim"
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": "marinda",
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:6c3083dcee35f85f211e4f435b4787b7192be533e0a723c28ff619c1af34332f
3
- size 438279705
 
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": "MarindaTokenizer"
5
- }
 
1
  {
2
  "clean_up_tokenization_spaces": true,
3
  "model_max_length": 512,
4
+ "tokenizer_class": "CodeArtTokenizer"
5
+ }