Initial Wiki Setup and Docs/ Migration - #49
Merged
Merged
Conversation
…ue in general for now since no point being comprehensive for now
3 tasks
There was a problem hiding this comment.
Pull Request Overview
This PR migrates existing documentation from the local docs/ folder to the new GitHub wiki and updates related file pointers, while cleaning up obsolete doc files.
- Remove
docs/models.txtas its content now lives in the wiki. - Update Git LFS OIDs for model artifacts (
.pth) and data files. - Refresh model training log (
cDSBert_50.txt) with latest metrics.
Reviewed Changes
Copilot reviewed 8 out of 15 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| models/cDSBert_50.txt | Updated training and validation metrics in the log |
| models/cDSBert_50.pth | Updated LFS OID after model weight changes |
| docs/models.txt | Removed local documentation (migrated to GitHub wiki) |
| data/manual_train/*.xls | Updated LFS OIDs for manual training dataset files |
| data/100_val/*.xls | Updated LFS OIDs for validation dataset files |
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.
We setup the initial github wiki and also migrated the files from our docs/ folder, deleting the physical documentation files we had kept and repurposing them to the github wiki we got. We are closing the macro issue for the subissue also since this much wiki is enough for now. Closes #47, closes #43