Datasets:

Languages:
Chinese
DOI:
License:
lunarlonging commited on
Commit
5b4eb33
·
verified ·
1 Parent(s): 78bcd81

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +66 -3
README.md CHANGED
@@ -1,3 +1,66 @@
1
- ---
2
- license: cc0-1.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc0-1.0
3
+ ---
4
+
5
+ # Dataset Card for OpenTextVault
6
+
7
+ ## Dataset Details
8
+
9
+ ### Dataset Description
10
+
11
+ **OpenTextVault** is an open, legally compliant dataset consisting of raw text files (TXT format) and compressed archives containing multilingual, unlabeled textual data.
12
+ The dataset is curated to provide high-quality, diverse textual content suitable for natural language processing tasks, including language model training, fine-tuning, and linguistic research.
13
+ All data included in this dataset are obtained through legal and ethical means, ensuring no copyright infringement.
14
+
15
+ - **Curated by:** OpenTextVault
16
+ - **Language(s):** Multiple languages (depending on source)
17
+ - **License:** CC0 1.0 Universal (Public Domain)
18
+
19
+ ### Dataset Sources
20
+
21
+ - Text content comes from publicly available or otherwise legally distributable sources.
22
+ - Data is provided as plain text files or compressed archives for easy use.
23
+
24
+ ## Uses
25
+
26
+ ### Direct Use
27
+
28
+ - Pretraining or fine-tuning language models (including large language models).
29
+ - Unsupervised and self-supervised NLP research.
30
+ - Linguistic and stylistic analysis.
31
+
32
+ ### Out-of-Scope Use
33
+
34
+ - This dataset is **not** intended for supervised learning tasks requiring labeled data.
35
+ - Users should ensure compliance with any local laws and ethical standards when using this dataset.
36
+
37
+ ## Dataset Structure
38
+
39
+ - The dataset contains folders of raw text files (.txt) and/or compressed archives (.zip, .tar.gz).
40
+ - Each text file contains plain, unlabeled text data.
41
+ - No additional annotations or metadata are provided.
42
+
43
+ ## Dataset Creation
44
+
45
+ ### Curation Rationale
46
+
47
+ The dataset was created to provide a free, open resource of raw textual data for NLP practitioners and researchers seeking diverse multilingual text for language model training without copyright concerns.
48
+
49
+ ### Source Data
50
+
51
+ - Texts were collected from sources verified to be legal and compliant with redistribution policies.
52
+
53
+ ### Data Collection and Processing
54
+
55
+ - Data is cleaned to remove corrupted files and obvious non-text content.
56
+ - No manual labeling or annotation was performed.
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ - Since the dataset is unlabeled and raw, users should be aware of potential biases inherited from the original sources.
61
+ - The dataset may contain unfiltered language reflecting real-world usage, including slang or offensive content.
62
+
63
+ ## Citation
64
+
65
+ This dataset is released under CC0 1.0 Public Domain License.
66
+ You are **not required** to cite or attribute this dataset in any use or publication.