remotejob commited on
Commit
ae29c05
1 Parent(s): a5e24f2

Update from juno

Browse files
Files changed (4) hide show
  1. config.json +3 -3
  2. pytorch_model.bin +2 -2
  3. tokenizer.json +0 -0
  4. tokenizer_config.json +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/kaggle/input/fidistillationsckpoint",
3
  "architectures": [
4
  "EncoderDecoderModel"
5
  ],
@@ -74,7 +74,7 @@
74
  "top_p": 1.0,
75
  "torch_dtype": null,
76
  "torchscript": false,
77
- "transformers_version": "4.19.2",
78
  "type_vocab_size": 2,
79
  "typical_p": 1.0,
80
  "use_bfloat16": false,
@@ -154,7 +154,7 @@
154
  "top_p": 1.0,
155
  "torch_dtype": null,
156
  "torchscript": false,
157
- "transformers_version": "4.19.2",
158
  "type_vocab_size": 2,
159
  "typical_p": 1.0,
160
  "use_bfloat16": false,
 
1
  {
2
+ "_name_or_path": "output/models/checkpoint-408500",
3
  "architectures": [
4
  "EncoderDecoderModel"
5
  ],
 
74
  "top_p": 1.0,
75
  "torch_dtype": null,
76
  "torchscript": false,
77
+ "transformers_version": "4.15.0",
78
  "type_vocab_size": 2,
79
  "typical_p": 1.0,
80
  "use_bfloat16": false,
 
154
  "top_p": 1.0,
155
  "torch_dtype": null,
156
  "torchscript": false,
157
+ "transformers_version": "4.15.0",
158
  "type_vocab_size": 2,
159
  "typical_p": 1.0,
160
  "use_bfloat16": false,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:34ff3f937527b9595375278bfd43fa62757bba8498d5d7612170080fd1861e2a
3
- size 614272757
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b623fe022bb6b89b9a2e7a573fcfafbdeebc0fa39bb27a43a5d1dca0dd0d00b
3
+ size 614303285
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1 +1 @@
1
- {"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "/kaggle/input/fidistillationsckpoint", "tokenizer_class": "BertTokenizer"}
 
1
+ {"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "output/models/checkpoint-408500", "tokenizer_class": "BertTokenizer"}