README ruff layout, updated gitignore to ignores debug files
This commit is contained in:
parent
3b5a1ef9c5
commit
7965b55302
2 changed files with 35 additions and 6 deletions
40
README.md
40
README.md
|
@ -6,16 +6,16 @@ This project is a soft port of my previous [Bash script collection](https://gitl
|
|||
By transitioning to Python, I aim to transform the script collection into a more cohesive program with enhanced functionality and structure. Additionally, this project serves as a means to strengthen my coding skills and explore Python’s capabilities.
|
||||
# Dependencies
|
||||
- textual
|
||||
- Wand
|
||||
- PyExifTool
|
||||
- exiftool (v12.15)
|
||||
- pyyaml
|
||||
- piexif
|
||||
- pillow
|
||||
|
||||
Textual will be used for TUI, PyExifTool is used to acces exiftool while Wand is used as replacment for ImageMagick.
|
||||
Textual will be used for TUI, PyExifTool is used to acces exiftool and Wand is used to interact with ImageMagick.
|
||||
|
||||
Python packages can be installed with pip, exiftool has to be installed depending on your OS.
|
||||
Python packages can be installed with pip, exiftool and ImageMagick has to be installed depending on your OS.
|
||||
|
||||
# Use of LLMs
|
||||
In the interest of transparency, I disclose that Generative AI (GAI) large language models (LLMs), including OpenAI’s ChatGPT and Ollama models (e.g., OpenCoder), have been used to assist in this project.
|
||||
In the interest of transparency, I disclose that Generative AI (GAI) large language models (LLMs), including OpenAI’s ChatGPT and Ollama models (e.g., OpenCoder and Qwen2.5-coder), have been used to assist in this project.
|
||||
|
||||
## Areas of Assistance:
|
||||
- Project discussions and planning
|
||||
|
@ -24,3 +24,31 @@ In the interest of transparency, I disclose that Generative AI (GAI) large langu
|
|||
- Guidance on code structure and organization
|
||||
|
||||
In cases where LLMs contribute directly to code or provide substantial optimizations, such contributions will be disclosed and documented in the relevant sections of the codebase.
|
||||
|
||||
Formating for readme not finished yet.
|
||||
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
|
||||
|
||||
|
||||
@inproceedings{Huang2024OpenCoderTO,
|
||||
title={OpenCoder: The Open Cookbook for Top-Tier Code Large Language Models},
|
||||
author={Siming Huang and Tianhao Cheng and Jason Klein Liu and Jiaran Hao and Liuyihan Song and Yang Xu and J. Yang and J. H. Liu and Chenchen Zhang and Linzheng Chai and Ruifeng Yuan and Zhaoxiang Zhang and Jie Fu and Qian Liu and Ge Zhang and Zili Wang and Yuan Qi and Yinghui Xu and Wei Chu},
|
||||
year={2024},
|
||||
url={https://arxiv.org/pdf/2411.04905}
|
||||
}
|
||||
|
||||
|
||||
@article{hui2024qwen2,
|
||||
title={Qwen2. 5-Coder Technical Report},
|
||||
author={Hui, Binyuan and Yang, Jian and Cui, Zeyu and Yang, Jiaxi and Liu, Dayiheng and Zhang, Lei and Liu, Tianyu and Zhang, Jiajun and Yu, Bowen and Dang, Kai and others},
|
||||
journal={arXiv preprint arXiv:2409.12186},
|
||||
year={2024}
|
||||
}
|
||||
|
||||
|
||||
@article{qwen2,
|
||||
title={Qwen2 Technical Report},
|
||||
author={An Yang and Baosong Yang and Binyuan Hui and Bo Zheng and Bowen Yu and Chang Zhou and Chengpeng Li and Chengyuan Li and Dayiheng Liu and Fei Huang and Guanting Dong and Haoran Wei and Huan Lin and Jialong Tang and Jialin Wang and Jian Yang and Jianhong Tu and Jianwei Zhang and Jianxin Ma and Jin Xu and Jingren Zhou and Jinze Bai and Jinzheng He and Junyang Lin and Kai Dang and Keming Lu and Keqin Chen and Kexin Yang and Mei Li and Mingfeng Xue and Na Ni and Pei Zhang and Peng Wang and Ru Peng and Rui Men and Ruize Gao and Runji Lin and Shijie Wang and Shuai Bai and Sinan Tan and Tianhang Zhu and Tianhao Li and Tianyu Liu and Wenbin Ge and Xiaodong Deng and Xiaohuan Zhou and Xingzhang Ren and Xinyu Zhang and Xipin Wei and Xuancheng Ren and Yang Fan and Yang Yao and Yichang Zhang and Yu Wan and Yunfei Chu and Yuqiong Liu and Zeyu Cui and Zhenru Zhang and Zhihao Fan},
|
||||
journal={arXiv preprint arXiv:2407.10671},
|
||||
year={2024}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue