Skip to content

Commit df7cd9e

Browse files
authored
Merge pull request huggingface#1353 from wendingp/patch-1
Fix some typos
2 parents 6a17b3c + 4f2b657 commit df7cd9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ The library was designed with two strong goals in mind:
1919

2020
A few other goals:
2121

22-
- expose the models internals as consistently as possible:
22+
- expose the models' internals as consistently as possible:
2323

2424
- we give access, using a single API to the full hidden-states and attention weights,
2525
- tokenizer and base model's API are standardized to easily switch between models.
2626

27-
- incorporate a subjective selection of promising tools for fine-tuning/investiguating these models:
27+
- incorporate a subjective selection of promising tools for fine-tuning/investigating these models:
2828

2929
- a simple/consistent way to add new tokens to the vocabulary and embeddings for fine-tuning,
3030
- simple ways to mask and prune transformer heads.
@@ -51,7 +51,7 @@ We'll finish this quickstart tour by going through a few simple quick-start exam
5151

5252
Here are two examples showcasing a few `Bert` and `GPT2` classes and pre-trained models.
5353

54-
See full API reference for examples for each model classe.
54+
See full API reference for examples for each model class.
5555

5656
### BERT example
5757

0 commit comments

Comments
 (0)