Skip to content

Commit

Permalink
Fix typo in README.md (#839)
Browse files Browse the repository at this point in the history
availabe -> available
  • Loading branch information
eltociear authored May 31, 2023
1 parent 71abda9 commit b4cbb24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Prompts are functions that map an example from a dataset to a natural language i
<img src="assets/PromptSource ACL Demo Figure.png" width="800"/>
</p>

PromptSource provides the tools to create, and share natural language prompts (see [How to create prompts](#how-to-create-prompts), and then use the thousands of existing and newly created prompts through a simple API (see [How to use prompts](#how-to-use-prompts)). Prompts are saved in standalone structured files and are written in a simple templating language called Jinja. An example of prompt availabe in PromptSource for [SNLI](https://huggingface.co/datasets/snli) is:
PromptSource provides the tools to create, and share natural language prompts (see [How to create prompts](#how-to-create-prompts), and then use the thousands of existing and newly created prompts through a simple API (see [How to use prompts](#how-to-use-prompts)). Prompts are saved in standalone structured files and are written in a simple templating language called Jinja. An example of prompt available in PromptSource for [SNLI](https://huggingface.co/datasets/snli) is:
```jinja2
{{premise}}
Expand Down

0 comments on commit b4cbb24

Please sign in to comment.