Contributing Guide for G-Transformer
- Fork the repository.
- Create a new branch:
git checkout -b feature-<your_feature>. - Implement your feature or fix.
- Test locally:
pytestorpython test_inference.py. - Commit with clear message:
feat: add IA-Attention optimization. - Push and create Pull Request.
Your contributions help expand open research on information-based AI models.