Distillation v1#18
Open
bl4ckse4m wants to merge 13 commits into
Open
Conversation
# Conflicts: # inference_and_eval/musique_inference_with_db.py # setup_db.sh # src/wikontic/utils/openai_utils.py
…around for trl reading wrong encoding on windows machine
…xtraction function
…xtraction function
# Conflicts: # inference_and_eval/hotpot_inference_with_db.py # inference_and_eval/mine_inference.py
screemix
approved these changes
May 6, 2026
Small analysis notebook. Training now has a curriculum scheduler on triplets and loss down-weighting for "instance of".
Overall full-match F1 0.55
…, trained longer for 5 epochs Added cosine scheduler and enabled relation weighting (besides instance_of) As a result full-match F1 pushed from 0.55 to 0.656
…y overlapping; Picked a separate test set from data; Full match F1 went back down to 0.557 Added how_to_run instruction
…ts with focal loss Increased lora_r to 32 from 16, added gate_proj, up_proj, down_proj to LoRA targets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Initial working version of distillation pipeline with severe quality issues