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
47
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
47
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
---
|
||||
name: Bug Report
|
||||
about: Report a bug or unexpected behavior
|
||||
title: "[BUG] "
|
||||
labels: bug
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
## Description
|
||||
|
||||
A clear description of the bug.
|
||||
|
||||
## Environment
|
||||
|
||||
- Python version:
|
||||
- PyTorch version:
|
||||
- Transformers version:
|
||||
- dp-fusion-lib version:
|
||||
- OS:
|
||||
- GPU (if applicable):
|
||||
|
||||
## Steps to Reproduce
|
||||
|
||||
```python
|
||||
# Minimal code to reproduce the issue
|
||||
from dp_fusion_lib import DPFusion
|
||||
|
||||
# ...
|
||||
```
|
||||
|
||||
## Expected Behavior
|
||||
|
||||
What you expected to happen.
|
||||
|
||||
## Actual Behavior
|
||||
|
||||
What actually happened.
|
||||
|
||||
## Error Traceback
|
||||
|
||||
```
|
||||
Paste full traceback here
|
||||
```
|
||||
|
||||
## Additional Context
|
||||
|
||||
Any other context about the problem.
|
||||
Loading…
Add table
Add a link
Reference in a new issue