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

Commit

Permalink
fix typo (#5044)
Browse files Browse the repository at this point in the history
  • Loading branch information
digger-yu authored Jun 6, 2023
1 parent 86ec735 commit ad6f6d0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions docs/sample_model_cards/blenderbot_90M/model_card.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ python parlai/scripts/safe_interactive.py -mf zoo:blender/blender_90M/model -t b
[labels]: I think science fiction is an amazing genre for anything. Future science, technology, time travel, FTL travel, they're all such interesting concepts.
---
[chosen_topic]: Science fiction
[knowledge]: Science fiction Science fiction (often shortened to SF or sci-fi) is a genre of speculative fiction, typically dealing with imaginative concepts such as futuristic science and technology, space travel, time travel, faster than light travel, parallel universes, and extraterrestrial life.
Science fiction Science fiction often explores the potential consequences of scientific and other innovations, and has been called a "literature of ideas".
Science fiction It usually avoids the supernatural, unlike the related genre of fantasy.
Science fiction Historically, science-fiction stories have had a grounding in actual science, but now this is only expected of hard science fiction.
Science fiction Science fiction is difficult to define, as it includes a wide range of subgenres and themes.
Science fiction Hugo Gernsback, who suggested the term "scientifiction" for his "Amazing Stories" magazine, wrote: "By 'scientifiction' I mean the Jules Verne, H. G. Wells and Edgar Allan Poe type of story—a charming romance intermingled with scientific fact and prophetic vision... Not only do these amazing tales make tremendously interesting reading—they are always instructive.
Science fiction They supply knowledge... in a very palatable form... New adventures pictured for us in the scientifiction of today are not at all impossible of realization tomorrow...
[knowledge]: Science fiction (often shortened to SF or sci-fi) is a genre of speculative fiction, typically dealing with imaginative concepts such as futuristic science and technology, space travel, time travel, faster than light travel, parallel universes, and extraterrestrial life.
Science fiction often explores the potential consequences of scientific and other innovations, and has been called a "literature of ideas".
Science fiction usually avoids the supernatural, unlike the related genre of fantasy.
Historically, science-fiction stories have had a grounding in actual science, but now this is only expected of hard science fiction.
Science fiction is difficult to define, as it includes a wide range of subgenres and themes.
Hugo Gernsback, who suggested the term "scientifiction" for his "Amazing Stories" magazine, wrote: "By 'scientifiction' I mean the Jules Verne, H. G. Wells and Edgar Allan Poe type of story—a charming romance intermingled with scientific fact and prophetic vision... Not only do these amazing tales make tremendously interesting reading—they are always instructive.
They supply knowledge... in a very palatable form... New adventures pictured for us in the scientifiction of today are not at all impossible of realization tomorrow...
[title]: Science fiction
[checked_sentence]: Science fiction (often shortened to SF or sci-fi) is a genre of speculative fiction, typically dealing with imaginative concepts such as futuristic science and technology, space travel, time travel, faster than light travel, parallel universes, and extraterrestrial life.
```
Expand All @@ -39,15 +39,15 @@ BlenderBot(90M) is a chatbot built for research purposes only.

## Limitations

While we've made our model more engaginess and humanlike with generative model, those models cannot yet fully understand [safe or not](https://parl.ai/projects/safety_recipes/).
While we've made our model more engaging and humanlike with generative model, those models cannot yet fully understand [safe or not](https://parl.ai/projects/safety_recipes/).

## Privacy

Our work focuses on models with open-domain conversations wherein speakers may divulge personal interests. We remark that, during data collection, crowdworkers were specifically playing roles with given personality traits, not talking about themselves, and hence not identifying any personal information.

## Datasets Used

This model was trained on the datasets below (use the `parlai display_data` commands to show data). Visit the [task (dataset) list](https://parl.ai/docs/tasks.html) for more details about the datasets.
This model was trained on the datasets below (use the `parlai display_data` command to show data). Visit the [task (dataset) list](https://parl.ai/docs/tasks.html) for more details about the datasets.


- [Wizard_of_Wikipedia](https://parl.ai/docs/tasks.html#wizard_of_wikipedia) ([arXiv](https://arxiv.org/abs/1811.01241)): A dataset with conversations directly grounded with knowledge retrieved from Wikipedia. Contains 201k utterances from 22k dialogues spanning over 1300 diverse topics, split into train, test, and valid sets. The test and valid sets are split into two sets each: one with overlapping topics with the train set, and one with unseen topics.
Expand Down
2 changes: 1 addition & 1 deletion docs/sample_model_cards/safety_multi/model_card.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Note: The display dataset commands were auto generated, so please visit [here](h

## Evaluation Results

For evalution, we used the same training datasets; check the [Datasets Used](#datasets-used) section for more information
For evaluation, we used the same training datasets; check the [Datasets Used](#datasets-used) section for more information


We used the metric `class notok f1`, the f1 scores for the class notok as the validation metric. Recall that `class___notok___f1` is unigram F1 overlap, under a standardized (model-independent) tokenizer.
Expand Down

0 comments on commit ad6f6d0

Please sign in to comment.