Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
markus583 committed Mar 7, 2024
1 parent 985c6c2 commit b847d0b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions configs/peft/adapter_lyrics.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"model_name_or_path": "xlmr-normal-p-v3",
"output_dir": "xlmr-3l-v3_adapter_rf32_ep30_v2_100-1k-10k_lines_np_no-sl",
"output_dir": "xlmr-3l-v3_adapter_rf32_ep30_v2_corrupted_np_no-sl",
"block_size": 256,
"eval_stride": 128,
"do_train": true,
Expand Down Expand Up @@ -37,5 +37,7 @@
"do_process": true,
"text_path": "data/lyrics_lines.pt",
"skip_eval_loss": false,
"shuffle": false
"shuffle": false,
"do_remove_punct": true,
"do_lowercase": true
}

0 comments on commit b847d0b

Please sign in to comment.