Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html>
<h"... is not valid JSON
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Java Coding Dataset
This dataset contains high-quality Java code samples designed for fine-tuning coding-focused language models. It includes a diverse set of examples such as utility functions, class definitions, interface implementations, and exception handling.
Dataset Details
- Number of samples: 520 (and growing)
- Purpose: Fine-tuning LLMs to generate accurate and idiomatic Java code
- Content: Functions, classes, interfaces, exception handling
- License: MIT License
Usage
You can use this dataset with Hugging Face libraries or any fine-tuning pipeline compatible with JSONL data.
Example to load with datasets library:
from datasets import load_dataset
dataset = load_dataset("Hoglet-33/java-coding-dataset")
print(dataset["train"][0])
- Downloads last month
- 85