diff options
| author | vin <git@vineetk.net> | 2025-08-24 00:31:29 -0400 |
|---|---|---|
| committer | vin <git@vineetk.net> | 2025-08-24 00:31:29 -0400 |
| commit | 0f5fcee95648d706b792affee0658e2e652fd904 (patch) | |
| tree | 68d358b64d76fdb6613f37ff6953a00694bcc2a1 /.gitignore | |
| parent | 48cdc65c0eafa08fc39b5bfa49ef7c42943ac91d (diff) | |
Unfortunately once it finishes the finetuning process, it doesn't
actually output anything. With decoder-only models like small gemma3, it
also doesn't output anything meaningful. I'm tempted to just classify
each token as an ad or not, finetune an encoder like some long-context
BERT, and then a post-processing script to convert back to tokens and
their timestamps. May end up being more performant and efficient too...
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1,7 +1,7 @@ | |||
| 1 | venv | 1 | venv |
| 2 | *~ | 2 | *~ |
| 3 | .* | ||
| 4 | *.mp3 | 3 | *.mp3 |
| 5 | *.wav | 4 | *.wav |
| 6 | *.json | 5 | *.json |
| 7 | *.jsonl | 6 | *.jsonl |
| 7 | */ | ||
