Knight1991 commited on
Commit
442075e
1 Parent(s): df46075

Training in progress, step 500

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "t5-small",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
 
1
  {
2
+ "_name_or_path": "my_awesome_opus_books_model",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3354f48d400b15151e51dca5a41590548f22051ecdd3dfe415b2d023cb2c43b1
3
  size 242071641
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:376a3f98589fdd852e70fa5ea791761730611bcb6439d9ac877f69037abd03af
3
  size 242071641
tokenizer.json CHANGED
@@ -1,11 +1,6 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 128,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
  "padding": null,
10
  "added_tokens": [
11
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
tokenizer_config.json CHANGED
@@ -104,8 +104,12 @@
104
  "clean_up_tokenization_spaces": true,
105
  "eos_token": "</s>",
106
  "extra_ids": 100,
 
107
  "model_max_length": 512,
108
  "pad_token": "<pad>",
 
109
  "tokenizer_class": "T5Tokenizer",
 
 
110
  "unk_token": "<unk>"
111
  }
 
104
  "clean_up_tokenization_spaces": true,
105
  "eos_token": "</s>",
106
  "extra_ids": 100,
107
+ "max_length": 128,
108
  "model_max_length": 512,
109
  "pad_token": "<pad>",
110
+ "stride": 0,
111
  "tokenizer_class": "T5Tokenizer",
112
+ "truncation_side": "right",
113
+ "truncation_strategy": "longest_first",
114
  "unk_token": "<unk>"
115
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:246f8f5620f3c2f94ad8884331647f0bae71475c545b4a914cd5b6da99a55f74
3
  size 4219
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca27adbb8b5e51cddc86dae1b7f9abfd37d19d59c9f4e422a548fc0704de5b79
3
  size 4219