Commit
·
cd51c2a
1
Parent(s):
8edee01
Upload finetune_text2text-Copy1.py
Browse files
finetune_text2text-Copy1.py
CHANGED
@@ -265,7 +265,7 @@ def _mp_fn(index):
|
|
265 |
args_dict = {
|
266 |
"tpu_num_cores": 1,
|
267 |
'training_script': 'train_t5_squad.py',
|
268 |
-
"model_name_or_path":
|
269 |
"tokenizer_name": 'google/byt5-small', #"google/byt5-base",
|
270 |
"max_len": 1024 ,
|
271 |
"target_max_len": 128,
|
|
|
265 |
args_dict = {
|
266 |
"tpu_num_cores": 1,
|
267 |
'training_script': 'train_t5_squad.py',
|
268 |
+
"model_name_or_path": 'voidful/phoneme_byt5_g2p_v1', #'google/byt5-base',
|
269 |
"tokenizer_name": 'google/byt5-small', #"google/byt5-base",
|
270 |
"max_len": 1024 ,
|
271 |
"target_max_len": 128,
|