File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ The library was designed with two strong goals in mind:
19
19
20
20
A few other goals:
21
21
22
- - expose the models internals as consistently as possible:
22
+ - expose the models' internals as consistently as possible:
23
23
24
24
- we give access, using a single API to the full hidden-states and attention weights,
25
25
- tokenizer and base model's API are standardized to easily switch between models.
26
26
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:
28
28
29
29
- a simple/consistent way to add new tokens to the vocabulary and embeddings for fine-tuning,
30
30
- 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
51
51
52
52
Here are two examples showcasing a few ` Bert ` and ` GPT2 ` classes and pre-trained models.
53
53
54
- See full API reference for examples for each model classe .
54
+ See full API reference for examples for each model class .
55
55
56
56
### BERT example
57
57
You can’t perform that action at this time.
0 commit comments