agentlans commited on
Commit
0f76b87
·
verified ·
1 Parent(s): 4cba4a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -12
README.md CHANGED
@@ -79,13 +79,15 @@ A curated collection of English-language texts for AI training and research.
79
  - [openbmb/Ultra-FineWeb](https://huggingface.co/datasets/openbmb/Ultra-FineWeb)
80
  - [Zyphra/Zyda-2](https://huggingface.co/datasets/Zyphra/Zyda-2)
81
 
82
- Each dataset was
83
- 1. Split into ~2 000-token chunks using the [LLaMA 3.1 tokenizer](https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct)
84
- 2. Cleaned (normalized spaces, punctuation, and characters, replaced emails and phone numbers with placeholders)
85
- 3. Scored using the [`agentlans/GIST-all-MiniLM-L6-v2-quality-v3`](https://huggingface.co/agentlans/GIST-all-MiniLM-L6-v2-quality-v3) classifier
86
- 4. Exact duplicates removed
87
 
88
- 100 000 chunks per source were included.
 
 
 
 
 
 
89
 
90
  ### Clustering
91
  Agglomerative clustering was applied using embeddings from the [`Snowflake/snowflake-arctic-embed-xs`](https://huggingface.co/Snowflake/snowflake-arctic-embed-xs)
@@ -102,11 +104,12 @@ model at multiple cluster counts: 100, 200, 500, 1 000, 2 000, 5&t
102
  ```
103
 
104
  ### Limitations
105
- - Focused on academic, educational, and pedagogical content for a general audience.
106
- - May contain outdated or unreliable information (including self-published material, pseudoscience, conspiracy theories).
107
- - Quality scores reflect syntax and tone, not factual accuracy.
108
- - Some repetition may occur (for example, dictionary entries, geographic distance calculations).
109
- - The entries may be broken in the middle of a word or sentence.
110
 
111
- ### License
 
 
 
 
 
 
112
  Provided under the Open Data Commons Attribution License (ODC-BY).
 
79
  - [openbmb/Ultra-FineWeb](https://huggingface.co/datasets/openbmb/Ultra-FineWeb)
80
  - [Zyphra/Zyda-2](https://huggingface.co/datasets/Zyphra/Zyda-2)
81
 
82
+ Each dataset was processed as follows:
 
 
 
 
83
 
84
+ 1. Split into approximately 2 000-token chunks using the [LLaMA 3.1 tokenizer](https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct).
85
+ 2. Cleaned by normalizing spaces, punctuation, and characters, and replacing emails and phone numbers with placeholders.
86
+ 3. Scored using the [`agentlans/GIST-all-MiniLM-L6-v2-quality-v3`](https://huggingface.co/agentlans/GIST-all-MiniLM-L6-v2-quality-v3) classifier:
87
+ - Only chunks with a quality score greater than 1 were included.
88
+ 4. Removed exact duplicates.
89
+
90
+ After filtering, 100 000 chunks per source were included in the final dataset.
91
 
92
  ### Clustering
93
  Agglomerative clustering was applied using embeddings from the [`Snowflake/snowflake-arctic-embed-xs`](https://huggingface.co/Snowflake/snowflake-arctic-embed-xs)
 
104
  ```
105
 
106
  ### Limitations
 
 
 
 
 
107
 
108
+ - Primarily focuses on academic, educational, and pedagogical content intended for a general audience.
109
+ - May include outdated, unreliable, or controversial information (such as self-published material, pseudoscience, or conspiracy theories).
110
+ - Quality scores evaluate syntax and tone, but do not guarantee factual accuracy.
111
+ - Occasional repetition may occur (for example, dictionary entries or geographic distance calculations).
112
+ - Entries might be interrupted mid-word or mid-sentence.
113
+
114
+ ### Licence
115
  Provided under the Open Data Commons Attribution License (ODC-BY).