| | --- |
| | size_categories: |
| | - 100M<n<1B |
| | license: mit |
| | task_categories: |
| | - text-generation |
| | - text2text-generation |
| | language: |
| | - en |
| | --- |
| | csv delimiter is = ".,|,." |
| | apparently python doesn't like multichar delimiters using the native csv so there's some issues with environments when loading. |
| |
|
| | This seemed like a good idea to avoid overlapping potential characters, but in practice it turned into additional overhead and bugs. I'll be manually converting the split to parquet and providing a proper file split soon. |
| |
|
| | Additionally with the parquet will introduce the large caption split; which are considerably longer captions for the elongation training process. |