Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
qgyd2021
/
h_novel
like
49
Tasks:
Text Generation
Modalities:
Text
Languages:
Chinese
Size:
10M - 100M
Tags:
art
Libraries:
Datasets
Croissant
Dataset card
Viewer
Files
Files and versions
Community
2
f0b005d
h_novel
/
project_settings.py
qgyd2021
[update]add data
f0b005d
over 1 year ago
raw
Copy download link
history
blame
Safe
210 Bytes
#!/usr/bin/python3
# -*- coding: utf-8 -*-
import
os
from
pathlib
import
Path
project_path = os.path.abspath(os.path.dirname(__file__))
project_path = Path(project_path)
if
__name__ ==
'__main__'
:
pass