Skip to content

Commit

Permalink
[DOCS] Fixed typos inside notebook files and doc pages (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-fong authored Jul 10, 2024
1 parent eb93f9a commit dc6a1ff
Show file tree
Hide file tree
Showing 5 changed files with 694 additions and 629 deletions.
2 changes: 1 addition & 1 deletion docs/loading.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ from transformers import BertModel
import adapters

model = BertModel.from_pretrained('bert-base-uncased')
adaptrers.init(model)
adapters.init(model)
```

We can now easily load a pre-trained adapter module from Adapter Hub by its identifier using the [`load_adapter()`](adapters.ModelWithHeadsAdaptersMixin.load_adapter) method:
Expand Down
2 changes: 1 addition & 1 deletion notebooks/01_Adapter_Training.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
"version": "3.12.4"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
Expand Down
Loading

0 comments on commit dc6a1ff

Please sign in to comment.