maxvb commited on
Commit
e93024c
·
verified ·
1 Parent(s): 4500acb

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. config.json +1 -1
  2. model.safetensors +1 -1
  3. tokenizer.json +0 -0
  4. tokenizer_config.json +6 -4
config.json CHANGED
@@ -36,7 +36,7 @@
36
  "num_hidden_layers": 22,
37
  "pad_token_id": 50283,
38
  "position_embedding_type": "absolute",
39
- "reference_compile": false,
40
  "repad_logits_with_grad": false,
41
  "sep_token_id": 50282,
42
  "sparse_pred_ignore_index": -100,
 
36
  "num_hidden_layers": 22,
37
  "pad_token_id": 50283,
38
  "position_embedding_type": "absolute",
39
+ "reference_compile": true,
40
  "repad_logits_with_grad": false,
41
  "sep_token_id": 50282,
42
  "sparse_pred_ignore_index": -100,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8e41a82dfc82ae45e1ae3a7c6d9cd129f357e7c1030071dac90729f902f90130
3
  size 596070136
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffd745c11e78bf8473c0397759d3651931daf5c90c2ce9afc9c45a53e0a99bee
3
  size 596070136
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -931,14 +931,16 @@
931
  },
932
  "clean_up_tokenization_spaces": true,
933
  "cls_token": "[CLS]",
 
934
  "mask_token": "[MASK]",
935
- "model_max_length": 8192,
936
- "pad_token": "[PAD]",
937
- "sep_token": "[SEP]",
938
- "tokenizer_class": "PreTrainedTokenizerFast",
939
  "model_input_names": [
940
  "input_ids",
941
  "attention_mask"
942
  ],
 
 
 
 
943
  "unk_token": "[UNK]"
944
  }
 
931
  },
932
  "clean_up_tokenization_spaces": true,
933
  "cls_token": "[CLS]",
934
+ "extra_special_tokens": {},
935
  "mask_token": "[MASK]",
936
+ "max_length": 512,
 
 
 
937
  "model_input_names": [
938
  "input_ids",
939
  "attention_mask"
940
  ],
941
+ "model_max_length": 8192,
942
+ "pad_token": "[PAD]",
943
+ "sep_token": "[SEP]",
944
+ "tokenizer_class": "PreTrainedTokenizerFast",
945
  "unk_token": "[UNK]"
946
  }