FatimahEmadEldin commited on
Commit
bc3cec4
·
verified ·
1 Parent(s): 3ecc0b8

Upload Final Model (Loss 0.07) - Ready for Inference

Browse files
Files changed (3) hide show
  1. model.safetensors +1 -1
  2. tokenizer.json +0 -0
  3. tokenizer_config.json +7 -0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cad150246bce449368376a688ce054966d51cfec1144a505507171a8edcf303c
3
  size 1131116304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00c167af9389d2190ae61dc53ee873e593d20c3274d065e53fca41c7c63edde7
3
  size 1131116304
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -32,9 +32,16 @@
32
  "extra_ids": 0,
33
  "extra_special_tokens": {},
34
  "legacy": true,
 
35
  "model_max_length": 1000000000000000019884624838656,
 
36
  "pad_token": "<pad>",
 
 
37
  "sp_model_kwargs": {},
 
38
  "tokenizer_class": "T5Tokenizer",
 
 
39
  "unk_token": "<unk>"
40
  }
 
32
  "extra_ids": 0,
33
  "extra_special_tokens": {},
34
  "legacy": true,
35
+ "max_length": 128,
36
  "model_max_length": 1000000000000000019884624838656,
37
+ "pad_to_multiple_of": null,
38
  "pad_token": "<pad>",
39
+ "pad_token_type_id": 0,
40
+ "padding_side": "right",
41
  "sp_model_kwargs": {},
42
+ "stride": 0,
43
  "tokenizer_class": "T5Tokenizer",
44
+ "truncation_side": "right",
45
+ "truncation_strategy": "longest_first",
46
  "unk_token": "<unk>"
47
  }