Skip to content

Commit

Permalink
getting rid of #?
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-weinberger committed Nov 1, 2023
1 parent 682894a commit bb0fa25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refact_data_pipeline/finetune/supported_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
},
"tokenizer": {
"eot_idx": 6,
"padding_idx": 7, #?
"padding_idx": 7,
"fim_prefix": 3,
"fim_middle": 4,
"fim_suffix": 5,
Expand Down

0 comments on commit bb0fa25

Please sign in to comment.