GODEL
Large-scale pretrained models for goal-directed dialog
File Explorer
Download Latest Version (.zip)- codeql-analysis.yml
- .create
- dstc7_h100.tsv
- train_v2.1.json
- dialogpt.t1000.txt
- train_h10.tsv
- train_h10.tsv
- cc-match.tsv
- domains-official.txt
- subreddits-official.txt
- test-multiref.hashes
- test-multiref.sets
- test.hashes
- valid.hashes
- commoncrawl.py
- create_official_data.py
- ids2refs.py
- Makefile.official
- Makefile.official.targets
- Makefile
- README.md
- Makefile.common
- Makefile.local
- Makefile.targets.full
- Makefile.targets.small
- keys-small.tar
- keys-test.gz
- test-multi-refs-ids.txt
- subreddits.blocklist.txt
- words.blocklist.txt
- create-multiref.py
- reddit.py
- Makefile
- README.md
- README.md
- GODEL.png
- interaction_interface_example.png
- reminderbot.png
- converter.py
- create_data.sh
- dstc9_dataset.py
- dstc9_server.py
- G16_config.yaml
- G4_config.yaml
- G8_config.yaml
- coqa_dataset.py
- grounded_dataset.py
- multiwoz_dataset.py
- reddit_dataset.py
- woi_dataset.py
- wow_dataset.py
- favicon.ico
- index.html
- _all.scss
- _animations.scss
- _colors.scss
- _defaults.scss
- _mixins.scss
- _responsiveness.scss
- _typography.scss
- _variables.scss
- _base.scss
- _features.scss
- _header.scss
- _input.scss
- _message.scss
- _messages.scss
- _picker.scss
- _window.scss
- main.scss
- logo.png
- chat.vue
- App.vue
- main.js
- babel.config.js
- package.json
- README.md
- bleu_for_gpt2.py
- bleu_metric.py
- rouge_metric.py
- text_normalization.py
- __init__.py
- generate.py
- server.py
- train.py
- create_downstream_dataset.sh
- create_grounded_dataset.sh
- create_reddit.py
- create_reddit_dataset.sh
- downstream_tasks_converter.py
- grounded_converter.py
- .gitignore
- CODE_OF_CONDUCT.md
- LICENSE
- README.md
- requirements.txt
- SECURITY.md
- SUPPORT.md
- TRAIN.md
π Installation Guide
1. Get the code
git clone https://github.com/microsoft/GODEL
Downloads the entire project code from GitHub to your computer.
cd GODEL
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm run serve
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
4. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
cd data/grounded
This project's files live in a subfolder, so move into it first.
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
