--- license: mit task_categories: - text-generation - fill-mask language: - zh tags: - java - spring-boot - code-completion - peft - lora - qlora - code-dataset - instruction-tuning pretty_name: SpringBoot-Code-Completion-Dataset-zh size_categories: - 100K 50 字符,output > 20 字符 划分:80% 训练 / 10% 验证 / 10% 测试 使用方式 Pythonfrom datasets import load_dataset dataset = load_dataset("您的用户名/springboot-code-completion-dataset") # 或指定子集 train = dataset["train"] 许可 本数据集仅限学术研究与非商业用途使用。原始代码来源于 GitHub 开源项目,请遵守各项目原许可协议。 引用 如果在论文中使用,请引用本仓库: text@misc{唯一2026-springboot-dataset, author = {唯一}, title = {Spring Boot Code Completion Dataset}, year = {2026}, publisher = {Hugging Face}, howpublished = {\url{https://huggingface.co/datasets/您的用户名/springboot-code-completion-dataset}} } 欢迎反馈与合作!