Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
text
Languages:
English
Size:
10K - 100K
Tags:
agent
License:
# Treat all text files as UTF-8 and normalize line endings | |
*.txt text eol=lf | |
*.md text eol=lf | |
# Automatically normalize Python scripts | |
*.py text eol=lf | |
# Ignore binary files from text processing | |
*.jpg binary | |
*.jpeg binary | |
*.png binary | |
*.gif binary | |
*.pdf binary | |
*.zip binary | |
*.tar binary | |
*.gz binary | |
*.mp4 binary | |
*.mp3 binary | |
# Large dataset files should not be diffed | |
data_v2/corpus.txt linguist-generated=false | |
corpus.txt filter=lfs diff=lfs merge=lfs -text | |