DrNicefellow commited on
Commit
d9cd2dc
·
verified ·
1 Parent(s): 8013d3f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +52 -0
README.md CHANGED
@@ -32,4 +32,56 @@ configs:
32
  data_files:
33
  - split: train
34
  path: data/train-*
 
35
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  data_files:
33
  - split: train
34
  path: data/train-*
35
+ license: odc-by
36
  ---
37
+
38
+ Here is a sample README for your dataset:
39
+
40
+ ---
41
+
42
+ # 1 Billion Tokens Subset of HuggingFaceFW/fineweb-edu
43
+
44
+ ## Overview
45
+
46
+ This dataset is a randomly sampled subset containing 1 billion tokens extracted from the sample-10BT dataset of the HuggingFaceFW/fineweb-edu corpus. It is intended for use in natural language processing research and educational purposes. The dataset has been filtered and processed to ensure a diverse and representative sample of the original dataset's content.
47
+
48
+ ## Source
49
+
50
+ - Original Dataset: [HuggingFaceFW/fineweb-edu](https://huggingface.co/datasets/HuggingFaceFW/fineweb-edu)
51
+ - Subset: `sample-10BT`
52
+
53
+ ## Description
54
+
55
+ The dataset comprises 1 billion tokens selected from the sample-10BT subset of the HuggingFaceFW/fineweb-edu collection.
56
+
57
+ ### Key Features
58
+
59
+ - **Number of Tokens**: 1 billion
60
+ - **Format**: Text data in a tokenized format
61
+ - **Language**: Primarily English
62
+ - **License**: [ODC-BY 1.0 License](https://opendatacommons.org/licenses/by/1-0/)
63
+
64
+ ## Usage
65
+
66
+ The dataset can be used for training language models, text classification, and other NLP tasks. Users are free to use, modify, and share the dataset under the terms of the ODC-BY license, which requires appropriate attribution.
67
+
68
+ ### Attribution
69
+
70
+ When using this dataset, please include the following citation:
71
+
72
+ ```
73
+ This dataset is a subset of the sample-10BT dataset from HuggingFaceFW/fineweb-edu. The dataset is published under the ODC-BY 1.0 License.
74
+ ```
75
+
76
+ ## License
77
+
78
+ This dataset is made available under the [Open Data Commons Attribution License (ODC-BY) 1.0](https://opendatacommons.org/licenses/by/1-0/). You are free to:
79
+
80
+ - Share: Copy, distribute, and use the data.
81
+ - Adapt: Modify, transform, and build upon the data.
82
+
83
+ **Conditions**:
84
+ - **Attribution**: You must attribute the data in the manner specified by the original creators, but not in any way that suggests they endorse you or your use of the data.
85
+
86
+
87
+