yihongwang commited on
Commit
0e6fc40
1 Parent(s): e868778

Training in progress, step 186

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "google-t5/t5-small",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
 
1
  {
2
+ "_name_or_path": "yihongwang/my_billsum_model",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a8b41e49b95035d9997965399caa7159b5f8e28a132290e509abafbf1750b8ed
3
  size 242041896
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70c230cb681428999d42bb623fb6f644c5d9a101ede117a75dbf1dcad881bd7b
3
  size 242041896
tokenizer_config.json CHANGED
@@ -930,8 +930,12 @@
930
  "clean_up_tokenization_spaces": true,
931
  "eos_token": "</s>",
932
  "extra_ids": 100,
 
933
  "model_max_length": 512,
934
  "pad_token": "<pad>",
 
935
  "tokenizer_class": "T5Tokenizer",
 
 
936
  "unk_token": "<unk>"
937
  }
 
930
  "clean_up_tokenization_spaces": true,
931
  "eos_token": "</s>",
932
  "extra_ids": 100,
933
+ "max_length": 128,
934
  "model_max_length": 512,
935
  "pad_token": "<pad>",
936
+ "stride": 0,
937
  "tokenizer_class": "T5Tokenizer",
938
+ "truncation_side": "right",
939
+ "truncation_strategy": "longest_first",
940
  "unk_token": "<unk>"
941
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:05637706670027a20eaba180161e46732828c3686f62c93f14ae08cd507f8b93
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aff4d5b0ea6cafd926e9988c87360c64f05b04a60db1ecea08bb12eb779f8631
3
  size 5304