Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Datasets:
eckendoerffer
/
news_fr
like
0
Tasks:
Text Generation
Modalities:
Text
Formats:
text
Languages:
French
Size:
1M - 10M
Tags:
news
media
Press
Libraries:
Datasets
Croissant
License:
cc-by-3.0
Dataset card
Viewer
Files
Files and versions
Community
1
27e35d4
news_fr
/
extract_news
/
config.py
eckendoerffer
Upload 17 files
fc9c13b
about 1 year ago
raw
Copy download link
history
blame
Safe
146 Bytes
# Database configuration
DB_CONFIG = {
"user"
:
"[user]"
,
"password"
:
"[passwd]"
,
"host"
:
"[host]"
,
"database"
:
"[database]"
}