sheepy928 commited on
Commit
d46c4ea
1 Parent(s): 04375f1

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
- "MarindaForTokenClassification"
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": "marinda",
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:8a55d137f37aec062ea3f13b4418d6202d865dcdf8190fb17a45a0d7c7440e0d
3
- size 436069275
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c4362479bdf2750d845139119c811aedad1ac085aca75a222898516e897cc39
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": "MarindaTokenizer"
5
- }
 
1
  {
2
  "clean_up_tokenization_spaces": true,
3
  "model_max_length": 512,
4
+ "tokenizer_class": "CodeArtTokenizer"
5
+ }