This repository has been archived on 2025-12-23. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
2025ML-project-neural_compr.../CNN-model/datasets/LoremIpsumDataset.py
2025-11-25 20:20:08 +01:00

5 lines
No EOL
109 B
Python

import lorem
class LoremIpsumDataset:
def __init__(self):
self.data = lorem.text(paragraphs=100)