HAJIWEE commited on
Commit
b3c1853
1 Parent(s): d3dabec

Training in progress, step 500

Browse files
Files changed (4) hide show
  1. config.json +1 -1
  2. pytorch_model.bin +1 -1
  3. tokenizer.json +6 -1
  4. training_args.bin +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "t5-base",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
 
1
  {
2
+ "_name_or_path": "HAJIWEE/zh2en_opus_100_t5",
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:315975220f486fd9a522481515a30d0dda991f282a442f6110c52305f60f5438
3
  size 891702929
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:100a35035e8f0d086101fa94f67e25a82ea515d798be035a9a1b93a8a124e276
3
  size 891702929
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
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
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d06a9a32b986f6f5bf36b04890a95250a1577819861573ddb508abb757dc4da7
3
  size 3707
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c36a3a6350415158ff529f06b4d3ec618d4ca0ac30ea7081df0d01236a539a7
3
  size 3707