Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
ImRasul1
/
ChatR
like
0
Text Generation
HuggingFaceFW/fineweb-2
Not-For-All-Audiences
License:
apache-2.0
Model card
Files
Files and versions
Community
main
ChatR
/
3
ImRasul1
Create 3
320fae2
verified
10 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
186 Bytes
from datasets import load_dataset
# Пример загрузки текста из файла
dataset = load
_dataset('
text
',
data_files
={'
train
': '
train
.
txt
', '
validation
': '
val
.
txt
'})