BaselMousi commited on
Commit
abda0da
·
verified ·
1 Parent(s): 58ce763

Training in progress, step 500

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "t5-base",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
 
1
  {
2
+ "_name_or_path": "BaselMousi/t5-base-en-fr",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:70b64c5d4c1fac389f56ac8a6f652f4cb71dd0c4aa92f75b05eb52a3d1836200
3
  size 891644712
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3923f62e2445331209e17a725e208ceadb0bca7ad0d21f75a425f1ddce5acdfc
3
  size 891644712
runs/Mar19_17-40-35_c9eaf87a657a/events.out.tfevents.1742406043.c9eaf87a657a.478.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb95a9a4f8439369ef0777d937179ac7b94bb763a0a6b8be315bb0d655dde88e
3
+ size 6320
special_tokens_map.json CHANGED
@@ -101,7 +101,25 @@
101
  "<extra_id_98>",
102
  "<extra_id_99>"
103
  ],
104
- "eos_token": "</s>",
105
- "pad_token": "<pad>",
106
- "unk_token": "<unk>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
107
  }
 
101
  "<extra_id_98>",
102
  "<extra_id_99>"
103
  ],
104
+ "eos_token": {
105
+ "content": "</s>",
106
+ "lstrip": false,
107
+ "normalized": false,
108
+ "rstrip": false,
109
+ "single_word": false
110
+ },
111
+ "pad_token": {
112
+ "content": "<pad>",
113
+ "lstrip": false,
114
+ "normalized": false,
115
+ "rstrip": false,
116
+ "single_word": false
117
+ },
118
+ "unk_token": {
119
+ "content": "<unk>",
120
+ "lstrip": false,
121
+ "normalized": false,
122
+ "rstrip": false,
123
+ "single_word": false
124
+ }
125
  }
tokenizer_config.json CHANGED
@@ -932,8 +932,12 @@
932
  "eos_token": "</s>",
933
  "extra_ids": 100,
934
  "extra_special_tokens": {},
 
935
  "model_max_length": 1000000000000000019884624838656,
936
  "pad_token": "<pad>",
 
937
  "tokenizer_class": "T5Tokenizer",
 
 
938
  "unk_token": "<unk>"
939
  }
 
932
  "eos_token": "</s>",
933
  "extra_ids": 100,
934
  "extra_special_tokens": {},
935
+ "max_length": 128,
936
  "model_max_length": 1000000000000000019884624838656,
937
  "pad_token": "<pad>",
938
+ "stride": 0,
939
  "tokenizer_class": "T5Tokenizer",
940
+ "truncation_side": "right",
941
+ "truncation_strategy": "longest_first",
942
  "unk_token": "<unk>"
943
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:544fcdf243389c643b6101a713bdd8a6937fac22edae16675f568e2e5ae23343
3
  size 5496
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ebcc7b4ab8b8e95f4ebb57274c9151954fa4973e6e38cf9eb0da63cbd1066f5
3
  size 5496