"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "b73977ee7936298f85fb0a0359024de4201c9f29"
Unverified Commit 4f2b6579 authored by pj's avatar pj Committed by GitHub
Browse files

Fix some typos

parent ca559826
...@@ -19,12 +19,12 @@ The library was designed with two strong goals in mind: ...@@ -19,12 +19,12 @@ The library was designed with two strong goals in mind:
A few other goals: 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, - 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. - tokenizer and base model's API are standardized to easily switch between models.
- incorporate a subjective selection of promising tools for fine-tuning/investiguating 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, - a simple/consistent way to add new tokens to the vocabulary and embeddings for fine-tuning,
- simple ways to mask and prune transformer heads. - 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,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. Here are two examples showcasing a few `Bert` and `GPT2` classes and pre-trained models.
See full API reference for examples for each model classe. See full API reference for examples for each model class.
### BERT example ### BERT example
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment