basso4 commited on
Commit
cce5fd8
1 Parent(s): 7c699a1

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": "basso4_eng_to_vie_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:d419bf3560ee4d0c4d7f401a7339f055f43c2f35a8a6f45dbd70ff12d617e0b5
3
  size 242071641
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8029f056bc1980926014c948c09ee1171d9a12399f725568d71b3ac05d532604
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:2ddb0c2ce44dc83a58f7b67f411b86cd5f8e7454b282b99446a30e2457351868
3
  size 4219
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:924a359ab530959e40eb557ac40ef60ae5fb02f19cf3a7eeb51e2d6fb71be07e
3
  size 4219