https://github.com/01110011011101010110010001101111/private-lm-application-interactions
Proof-of-Concept Model for Post-Quantum Secure Interactions for LM Applications. Small example as part of a larger project — can definitely be expanded into its own project!
https://github.com/01110011011101010110010001101111/private-lm-application-interactions
Last synced: about 2 months ago
JSON representation
Proof-of-Concept Model for Post-Quantum Secure Interactions for LM Applications. Small example as part of a larger project — can definitely be expanded into its own project!
- Host: GitHub
- URL: https://github.com/01110011011101010110010001101111/private-lm-application-interactions
- Owner: 01110011011101010110010001101111
- Created: 2024-05-03T15:46:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-14T02:07:42.000Z (about 1 year ago)
- Last Synced: 2025-01-31T11:50:11.492Z (4 months ago)
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Proof-of-Concept Post-Quantum Secure LM Interactions
> Note: Do NOT use in production!
This is the simple codebase of a proof-of-concept model for secure LM interactions. Please check out the report for full details! Note that this was essentially an addendum to the security analysis; this could be a cool area to spin an entire project off of entirely!
To execute, you will need Python 3.8 or Python 3.9, Sagemath, concrete-ml, and transformers.
```
python3 src/lm_interactive.py
```