(self, prompt, **kwargs)
| 14 | def test_sft_dataset(max_seq_length, ignore_index, mask_prompt, MOCK_TOKENIZER_FIXTURE): |
| 15 | class Style(PromptStyle): |
| 16 | def apply(self, prompt, **kwargs): |
| 17 | return f'In: {prompt} Out:' |
| 18 | |
| 19 | i = ignore_index |
| 20 | data = [ |
no outgoing calls
no test coverage detected