mirror of
https://github.com/rushil-thareja/dp-fusion-lib.git
synced 2026-04-24 12:06:23 +02:00
Initial release v0.1.0
- Token-level differential privacy for LLMs - Integration with Document Privacy API - Comprehensive test suite and documentation - Examples and Jupyter notebook included
This commit is contained in:
commit
d012046d85
31 changed files with 4480 additions and 0 deletions
28
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
28
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
## Description
|
||||
|
||||
Brief description of what this PR does.
|
||||
|
||||
## Type of Change
|
||||
|
||||
- [ ] Bug fix (non-breaking change that fixes an issue)
|
||||
- [ ] New feature (non-breaking change that adds functionality)
|
||||
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
|
||||
- [ ] Documentation update
|
||||
- [ ] Refactoring (no functional changes)
|
||||
|
||||
## Checklist
|
||||
|
||||
- [ ] I have read the [CONTRIBUTING](CONTRIBUTING.md) guidelines
|
||||
- [ ] My code follows the project's code style
|
||||
- [ ] I have added tests that prove my fix/feature works
|
||||
- [ ] All new and existing tests pass
|
||||
- [ ] I have updated documentation as needed
|
||||
- [ ] My changes don't introduce new warnings
|
||||
|
||||
## Testing
|
||||
|
||||
Describe how you tested your changes.
|
||||
|
||||
## Related Issues
|
||||
|
||||
Fixes #(issue number)
|
||||
Loading…
Add table
Add a link
Reference in a new issue