Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -40,10 +40,6 @@ This is every "best reddit_question_best_answers" appended and produced accordin
|
|
40 |
|
41 |
- 54,367,153 rows
|
42 |
|
43 |
-
Probably there's a big problem with the token count on these long answers ๐
|
44 |
-
|
45 |
-
good luck !๐ง๐ปโ๐๐
|
46 |
-
|
47 |
# Original Dataset :
|
48 |
|
49 |
[nreimers/reddit_question_best_answers](https://huggingface.co/datasets/nreimers/reddit_question_best_answers)
|
@@ -192,4 +188,11 @@ output_dir = r'C:\Users\MeMyself\reddit_question_best_answers\processed'
|
|
192 |
process_files(file_list, output_dir)
|
193 |
```
|
194 |
|
195 |
-
**sharding script** :
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
|
41 |
- 54,367,153 rows
|
42 |
|
|
|
|
|
|
|
|
|
43 |
# Original Dataset :
|
44 |
|
45 |
[nreimers/reddit_question_best_answers](https://huggingface.co/datasets/nreimers/reddit_question_best_answers)
|
|
|
188 |
process_files(file_list, output_dir)
|
189 |
```
|
190 |
|
191 |
+
#### **sharding script** :
|
192 |
+
- [here](https://huggingface.co/datasets/Tonic/WellReddit/blob/main/shard.py)
|
193 |
+
|
194 |
+
|
195 |
+
|
196 |
+
๐Probably there's a **big problem with the token count** on these long answers ๐
|
197 |
+
|
198 |
+
๐**good luck** !๐ง๐ปโ๐๐
|