Adding contribution section

This commit is contained in:
Mr Finchum 2025-01-28 16:28:18 +01:00
parent dc32740309
commit 8d6ca93291

View file

@ -50,11 +50,14 @@ pip install optima35
- Future development will primarily focus on the graphical user interface (OptimaLab35), with only minor updates or patches for OPTIMA35 as needed. - Future development will primarily focus on the graphical user interface (OptimaLab35), with only minor updates or patches for OPTIMA35 as needed.
--- ---
# Contribution
# Use of LLMs Thanks to developer [Mr Finch](https://gitlab.com/MrFinchMkV) for contributing to this project, and for initiating and helping setting up the CI/CD pipeline.
## Use of LLMs
In the interest of transparency, I disclose that Generative AI (GAI) large language models (LLMs), including OpenAIs ChatGPT and Ollama models (e.g., OpenCoder and Qwen2.5-coder), have been used to assist in this project. In the interest of transparency, I disclose that Generative AI (GAI) large language models (LLMs), including OpenAIs ChatGPT and Ollama models (e.g., OpenCoder and Qwen2.5-coder), have been used to assist in this project.
## Areas of Assistance: ### Areas of Assistance:
- Project discussions and planning - Project discussions and planning
- Spelling and grammar corrections - Spelling and grammar corrections
- Suggestions for suitable packages and libraries - Suggestions for suitable packages and libraries
@ -66,7 +69,7 @@ In cases where LLMs contribute directly to code or provide substantial optimizat
- mradermacher gguf Q4K-M Instruct version of infly/OpenCoder-1.5B - mradermacher gguf Q4K-M Instruct version of infly/OpenCoder-1.5B
- unsloth gguf Q4K_M Instruct version of both Qwen/QWEN2 1.5B and 3B - unsloth gguf Q4K_M Instruct version of both Qwen/QWEN2 1.5B and 3B
### References #### References
1. **Huang, Siming, et al.** 1. **Huang, Siming, et al.**
*OpenCoder: The Open Cookbook for Top-Tier Code Large Language Models.* *OpenCoder: The Open Cookbook for Top-Tier Code Large Language Models.*
2024. [PDF](https://arxiv.org/pdf/2411.04905) 2024. [PDF](https://arxiv.org/pdf/2411.04905)