Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
df7cd9e4
Unverified
Commit
df7cd9e4
authored
Sep 27, 2019
by
Thomas Wolf
Committed by
GitHub
Sep 27, 2019
Browse files
Merge pull request #1353 from wendingp/patch-1
Fix some typos
parents
6a17b3c5
4f2b6579
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
docs/source/quickstart.md
docs/source/quickstart.md
+3
-3
No files found.
docs/source/quickstart.md
View file @
df7cd9e4
...
...
@@ -19,12 +19,12 @@ The library was designed with two strong goals in mind:
A few other goals:
-
expose the models internals as consistently as possible:
-
expose the models
'
internals as consistently as possible:
-
we give access, using a single API to the full hidden-states and attention weights,
-
tokenizer and base model's API are standardized to easily switch between models.
-
incorporate a subjective selection of promising tools for fine-tuning/investig
u
ating these models:
-
incorporate a subjective selection of promising tools for fine-tuning/investigating these models:
-
a simple/consistent way to add new tokens to the vocabulary and embeddings for fine-tuning,
-
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
Here are two examples showcasing a few
`Bert`
and
`GPT2`
classes and pre-trained models.
See full API reference for examples for each model class
e
.
See full API reference for examples for each model class.
### BERT example
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment