Mat17892 commited on
Commit
263e0f8
1 Parent(s): 9186fb1

Training in progress, step 500

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": "Mat17892/t5small_enfr_opus",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bc2c8d02865558b495b06c26c3ba3b525e4ef944372ecf758d28b44999b5a5d4
3
  size 242041896
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0aa3cfe9ec02697e3f7ddbe90eef9dd61e65abe87577a12590eecd25a1b2b9b9
3
  size 242041896
runs/Dec04_15-06-48_de17b65e38c4/events.out.tfevents.1733324811.de17b65e38c4.396.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9e458348db93198e6d9c8ed864d6c780fc9cb19fd13bdbf6ae0bc08b2066e1a
3
+ size 6299
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:94ad461b740e144a24ea6b853879295c9f5c1072eef579caeb529231a3be909f
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:393ac7a7157ce1cfbfb9e1fa0d93040afc209e513d5e9f9e32e9b1b7c9e7c317
3
  size 5432