Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Topical prompt examples (#4448)
Browse files Browse the repository at this point in the history
* Topical prompt examples

* include the gpt2 comparisons in the project page
  • Loading branch information
jaseweston authored Mar 25, 2022
1 parent 7e45300 commit 1ec24c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion projects/seeker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ This work is based on the following paper:

1. [Language Models that Seek for Knowledge: Modular Search & Generation for Dialogue and Prompt Completion](https://arxiv.org/abs/2203.13224). Kurt Shuster, Mojtaba Komeili, Leonard Adolphs, Stephen Roller, Arthur Szlam, Jason Weston.

## Example LM completions

<p align="center"><img width="90%" src="gpt2_comparisons.png" /></p>

## Example Conversations

Expand Down Expand Up @@ -220,4 +223,4 @@ python -m parlai.scripts.multiprocessing_train \
- All models were trained with **distributed training**; the examples provided above use **multiprocessing training**; the former can be used when in a SLURM cluster environment.


See the [ParlAI quickstart for help](http://www.parl.ai/docs/tutorial_quick.html).
See the [ParlAI quickstart for help](http://www.parl.ai/docs/tutorial_quick.html).
Binary file added projects/seeker/gpt2_comparisons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added projects/seeker/gpt3_comparisons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1ec24c6

Please sign in to comment.