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

Commit

Permalink
Fix typos in docs (#3960)
Browse files Browse the repository at this point in the history
  • Loading branch information
saintmalik committed Aug 19, 2021
1 parent a95fd98 commit 186758b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/source/core/messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ should be an `iterable` (e.g. a list, a tuple).
## eval_labels

During validation and testing, the "labels" field is moved to "eval_labels" in
order to help prevent accidentaly training on evaluation data.
order to help prevent accidentally training on evaluation data.

However, by providing this field, models can still compute model-side metrics
such as perplexity.
Expand Down Expand Up @@ -85,7 +85,7 @@ to compute metrics like `hits@10` or `MRR`.
## episode_done

The "episode_done" flag is used to mark the end of an episode.
Conversations in ParlAI don't necesarily have more than one exchange, but
Conversations in ParlAI don't necessarily have more than one exchange, but
many datasets do.

For example, the WikiMovies dataset only has one:
Expand Down
4 changes: 2 additions & 2 deletions parlai/tasks/wizard_of_internet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Task: Wizard of Internet
==========================
This task involves a dialogue dataset between two crowdsource workers.
One of the agents (called hereafter the *apprentice*) has some interests that wants to talk about them.
The other agent (*wizard*) has access to internet search and provides knowledgeble responses to the apprentice.
The other agent (*wizard*) has access to internet search and provides knowledgeable responses to the apprentice.

See the [project page](https://parl.ai/projects/sea) for more information.

Tags: #Wizard_of_Internet, #All, #ChitChat
Tags: #Wizard_of_Internet, #All, #ChitChat
2 changes: 1 addition & 1 deletion projects/wizard_of_wikipedia/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Each `<train/val/test>.json` file is a list of all dialogues in that split. An e
- `dialog`: the list of dialogue turns
- `chosen_topic_passage`: a list of sentences from the wiki passage corresponding to the chosen topic

The entries of `dialog` (may) have the following keys; some are ommitted for the apprentice:
The entries of `dialog` (may) have the following keys; some are omitted for the apprentice:

- `speaker`: either `"wizard"` or `"apprentice"`
- `text`: what the speaker wrote
Expand Down

0 comments on commit 186758b

Please sign in to comment.