Ivanhoe9 commited on
Commit
5591865
·
verified ·
1 Parent(s): de54824

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. config.json +1 -1
  2. model.safetensors +1 -1
  3. spiece.model +3 -0
  4. tokenizer_config.json +0 -4
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "../models_checkpoints/tp2/T5_small_tuned_2025-01-31_16h41",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
 
1
  {
2
+ "_name_or_path": "t5-small",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cfb6d34d7c7e3314aac34dede41daa5aa334142ee150a5cd48172b4ec050d5c2
3
  size 242041896
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8558d606a04798dd32c4dcd45df36e07a357fcd75902d734b037cde59cc73a93
3
  size 242041896
spiece.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d60acb128cf7b7f2536e8f38a5b18a05535c9e14c7a355904270e15b0945ea86
3
+ size 791656
tokenizer_config.json CHANGED
@@ -931,12 +931,8 @@
931
  "eos_token": "</s>",
932
  "extra_ids": 100,
933
  "legacy": false,
934
- "max_length": 515,
935
  "model_max_length": 512,
936
  "pad_token": "<pad>",
937
- "stride": 0,
938
  "tokenizer_class": "T5Tokenizer",
939
- "truncation_side": "right",
940
- "truncation_strategy": "longest_first",
941
  "unk_token": "<unk>"
942
  }
 
931
  "eos_token": "</s>",
932
  "extra_ids": 100,
933
  "legacy": false,
 
934
  "model_max_length": 512,
935
  "pad_token": "<pad>",
 
936
  "tokenizer_class": "T5Tokenizer",
 
 
937
  "unk_token": "<unk>"
938
  }