-
Notifications
You must be signed in to change notification settings - Fork 3
feat(medcat-den): CU-869an5f00 Add remote api #163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
ff16285
CU-869an5f00: Update backend registration tests - use mocking
mart-r 5aac155
CU-869an5f00: Add new optional API for den to fine tune models
mart-r 8a70397
CU-869an5f00: Add eval API
mart-r d5a57df
CU-869an5f00: Add option to disallow local fine-tune and/or push of f…
mart-r 30f7f12
CU-869an5f00: Allow a DenWrapper to have a den config alongside it
mart-r e3ced4a
CU-869an5f00: Disallow local fine tune with remote dens if/when appli…
mart-r eaa435e
CU-869an5f00: Separate local and remote exceptions
mart-r 2e2060d
CU-869an5f00: Add a few tests for disallowing push
mart-r 42cb5b3
CU-869an5f00: Add another simple test
mart-r 7ecb08e
CU-869an5f00: Add wrapper for training to control disallowing supervi…
mart-r eb6073a
CU-869an5f00: Add a few simple tests for disallowing local training w…
mart-r 12861c1
CU-869an5f00: Add new environmental variables to README
mart-r 10c2831
CU-869an5f00: Add a small note in code regarding defaults
mart-r 480197c
CU-869an5f00: Propagate new options to get_default_den
mart-r 104ec06
CU-869an5f00: Add small comment regarding pushing base models
mart-r 6e9a737
CU-869an5f00: Add more info to failure to load a registered den type
mart-r 95b10e6
CU-869an5f00: Fix mocked den for python 3.12.
mart-r File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
more a note to self - this export model should be used in
medcat-trainer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There should be some consolidation on that end probably. But I'm not sure this will be too useful. I've only really gathered the parts of the schema that are useful for the library. The trainer adds a bunch of other stuff that's not really used during superivsed training, so they don't appear in the schema for the
TypedDict
that isMedCATTrainerExport
.