Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Languages:
Chinese
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -14,4 +14,62 @@ configs:
|
|
14 |
data_files:
|
15 |
- split: train
|
16 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
data_files:
|
15 |
- split: train
|
16 |
path: data/train-*
|
17 |
+
license: mit
|
18 |
+
task_categories:
|
19 |
+
- text-generation
|
20 |
+
language:
|
21 |
+
- zh
|
22 |
+
tags:
|
23 |
+
- Qwen/QwQ-32B
|
24 |
+
size_categories:
|
25 |
+
- 10K<n<100K
|
26 |
---
|
27 |
+
|
28 |
+
|
29 |
+
# JianKe
|
30 |
+
|
31 |
+
## Overview
|
32 |
+
|
33 |
+
This dataset provides a collection of text data designed for use in text-generation tasks. It is particularly aligned with the capabilities of the Qwen/QwQ-32B model. Please refer to the information below for further details on its features, structure, and usage.
|
34 |
+
|
35 |
+
## Dataset Details
|
36 |
+
|
37 |
+
- **Language:** Chinese (zh)
|
38 |
+
- **Task Category:** Text Generation
|
39 |
+
- **License:** MIT
|
40 |
+
- **Tags:** Qwen/QwQ-32B
|
41 |
+
- **Size Category:** 10K < n < 100K
|
42 |
+
|
43 |
+
### Features
|
44 |
+
|
45 |
+
- **Text:** The dataset predominantly consists of a single feature named `text` with a data type of `string`.
|
46 |
+
|
47 |
+
### Dataset Structure
|
48 |
+
|
49 |
+
The dataset is organized into a single configuration named `default`, which contains one split:
|
50 |
+
|
51 |
+
- **Split Name:** `train`
|
52 |
+
- **Number of Examples:** 44,294
|
53 |
+
- **Dataset Size:** 10,047,944 bytes
|
54 |
+
- **Download Size:** 6,931,982 bytes
|
55 |
+
|
56 |
+
### Dataset Splits
|
57 |
+
|
58 |
+
- **Train Split:** Consists of 44,294 examples, stored across multiple files prefixed with `data/train-*`.
|
59 |
+
|
60 |
+
## Usage
|
61 |
+
|
62 |
+
This dataset is designed specifically for training and evaluation in text-generation applications. It can be employed in machine learning workflows that utilize models capable of processing Chinese text.
|
63 |
+
|
64 |
+
## Source and License
|
65 |
+
|
66 |
+
This dataset is available under the MIT License, allowing for flexibility in its use within both academic and commercial projects.
|
67 |
+
|
68 |
+
## Citation
|
69 |
+
|
70 |
+
When using this dataset, please ensure appropriate citation, while noting that no specific citation information is provided with this dataset.
|
71 |
+
|
72 |
+
For questions or contributions, users are encouraged to engage with the maintainers through appropriate channels or platforms.
|
73 |
+
|
74 |
+
|
75 |
+
|