drewcurran commited on
Commit
56a7245
1 Parent(s): f623f30

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
  ],
@@ -55,7 +55,7 @@
55
  }
56
  },
57
  "torch_dtype": "float32",
58
- "transformers_version": "4.40.0",
59
  "use_cache": true,
60
  "vocab_size": 32128
61
  }
 
1
  {
2
+ "_name_or_path": "drewcurran/translation_model",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
 
55
  }
56
  },
57
  "torch_dtype": "float32",
58
+ "transformers_version": "4.40.1",
59
  "use_cache": true,
60
  "vocab_size": 32128
61
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c4c4c40008915e2f17f8f7c72466b8d7727e59c77b7c48525c0128add4bf615b
3
  size 242041896
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0ee734fe2e742beff42456faaa256b47cdc8060832a1df3e20be50b34ece342
3
  size 242041896
runs/May04_19-55-31_ffa1d88e74f0/events.out.tfevents.1714852532.ffa1d88e74f0.270.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:984464aa80a04ed929801fa7daf2d788d52570332392eb3ea5b8be9c8127422c
3
+ size 5914
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:94d0d5e2c22ce9a8880e7e6d30ce3a677d57785385374b2b5bd8e2791e6323a0
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce5192461147e2c12b8a5bceb90c5acf2f6ef7782e5d269566e0b75b17e40ea7
3
  size 5112