XuehangCang commited on
Commit
1914970
·
verified ·
1 Parent(s): 95d27b9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +62 -1
README.md CHANGED
@@ -28,4 +28,65 @@ tags:
28
  - llama3.1-8B
29
  size_categories:
30
  - 10M<n<100M
31
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  - llama3.1-8B
29
  size_categories:
30
  - 10M<n<100M
31
+ ---
32
+
33
+
34
+ # Dataset Card for Your Dataset
35
+
36
+ ## Overview
37
+
38
+ This dataset is designed for text generation tasks and is available in Chinese (zh). It is structured into two primary splits: a training set and a test set. The data is conducive for tasks like language modeling and text generation, specifically optimized for models such as LLaMA 3.1 with 8 billion parameters.
39
+
40
+ ### Dataset Details
41
+
42
+ - **Language:** Chinese (zh)
43
+ - **Task Category:** Text Generation
44
+ - **Size Category:** Medium (10M < n < 100M)
45
+ - **License:** MIT
46
+
47
+ ### Dataset Splits
48
+
49
+ The dataset is split into training and test subsets:
50
+
51
+ - **Train Split:**
52
+ - Number of Examples: 10,557
53
+ - Data Size: Approximately 321.49 MB
54
+
55
+ - **Test Split:**
56
+ - Number of Examples: 100
57
+ - Data Size: Approximately 3.05 MB
58
+
59
+ ### Data Structure
60
+
61
+ The primary feature in this dataset is:
62
+ - **Text:** A string dtype representing text samples suitable for training and evaluation in text generation models.
63
+
64
+ ### Data Files
65
+
66
+ - **Train Data Files:** Located at paths like `data/train-*`, the training subset files are segmented for compatibility and ease of processing.
67
+ - **Test Data Files:** Located at paths like `data/test-*`, the test subset is similarly structured for efficient evaluation.
68
+
69
+ ### Download and Dataset Size
70
+
71
+ - **Download Size:** 199.55 MB
72
+ - **Total Dataset Size:** 324.53 MB
73
+
74
+ ## Usage
75
+
76
+ This dataset can be used to train and evaluate models in natural language processing, specifically focusing on generating coherent and contextually relevant text in Chinese.
77
+
78
+ ### Ideal Use Cases
79
+
80
+ - Training autoregressive language models
81
+ - Fine-tuning existing language generation models
82
+ - Benchmarking text generation capabilities in natural language processing systems
83
+
84
+ ## Acknowledgements
85
+
86
+ This dataset is provided under the MIT license, allowing flexibility for modifications and usage in both academic and commercial applications.
87
+
88
+ ## Additional Information
89
+
90
+ - **Tags:** Particularly well suited for the LLaMA 3.1-8B model setup, indicating its relevancy for models requiring similar scale and complexity.
91
+
92
+ This card serves as a comprehensive guide and reference for utilizing this dataset in various NLP projects, ensuring it meets specific project needs related to training and testing automated text generation systems.