Update README.md
Browse files
README.md
CHANGED
@@ -31,3 +31,10 @@ configs:
|
|
31 |
- split: train
|
32 |
path: data/train-*
|
33 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
- split: train
|
32 |
path: data/train-*
|
33 |
---
|
34 |
+
**LeetCode Information & YouTube Captions**
|
35 |
+
|
36 |
+
Original data -> [LimYeri/leetcode_with_youtube_captions](https://huggingface.co/datasets/LimYeri/leetcode_with_youtube_captions)
|
37 |
+
|
38 |
+
The original ['cc_content'] column had many repeated sentences, making the data too long.
|
39 |
+
To remove the repetitions, we used precise regular expressions to eliminate the repeated sentences. -> new column ['content']
|
40 |
+
Additionally, we also removed unnecessary strings (e.g., '[Music]').
|