CPED
CPED: A Large-Scale Chinese Personalized and Emotional Dialogue Dataset for Conversational AI | 中文个性情感对话数据集
File Explorer
Download Latest Version (.zip)- speakers.txt
- test_split.csv
- train_split.csv
- valid_split.csv
- py3.8_torch1.9.0_ignite0.4.8_tensorflow2.2.0_cuda10.2_transformers4.18.0_paddlepaddle-gpu_2.3.0.yml
- README.md
- dataset_comparison.png
- dataset_staticstics.png
- __init__.py
- modeling_openai.py
- tokenization_openai.py
- __init__.py
- modeling_gpt2.py
- tokenization_gpt2.py
- __init__.py
- base_model.py
- model_parameters.py
- README.md
- __init__.py
- base_util.py
- cped_dataset.py
- cped_util.py
- dataset_statistics.py
- README.md
- README.md
- train_model.py
- train_model_script.sh
- README.md
- .gitignore
- LICENSE
- README-zh.md
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/scutcyr/CPED
Downloads the entire project code from GitHub to your computer.
cd CPED
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install torch==1.9.0+cu102 torchvision==0.10.0+cu102 torchaudio==0.9.0 -f https://download.pytorch.org/whl/torch_stable.html
Installs the package published on PyPI directly — no need to clone the source.
pip install tensorflow==2.2.0
Installs the package published on PyPI directly — no need to clone the source.
pip install transformers==4.18.0
Installs the package published on PyPI directly — no need to clone the source.
pip install pytorch-ignite==0.4.8
Installs the package published on PyPI directly — no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
