LimYeri commited on
Commit
2a63e06
·
verified ·
1 Parent(s): a5dec04

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
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]').