Skip to content
This repository was archived by the owner on Jul 25, 2025. It is now read-only.

NarriGoud/self_learning_model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSONL/CSV Cleaner Utility 🧹

This is a simple Python script to clean .jsonl or .csv files by:

  • Removing duplicate entries based on input
  • Skipping rows with empty or short outputs
  • Filtering out known unwanted content (like "Sign in to read exclusive news")
  • Normalizing whitespace and formatting

🔧 Configuration

Edit the following variables inside the script:

  • INPUT_FILE: Path to your input file (.jsonl or .csv)
  • OUTPUT_FILE: Path where the cleaned output will be saved
  • TARGET_TEXT: Any specific unwanted line of text to be filtered out

🚀 Usage

python clean_data.py

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages