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
cbb7fad3
"tests/test_tokenization_gpt2.py" did not exist on "f2a337b3ed5ecc7339e0103af74f8f54b56d22ce"
Unverified
Commit
cbb7fad3
authored
Feb 21, 2019
by
Thomas Wolf
Committed by
GitHub
Feb 21, 2019
Browse files
Merge pull request #307 from guotong1988/patch-1
Update README.md
parents
97c815da
09efcece
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
README.md
README.md
+1
-1
No files found.
README.md
View file @
cbb7fad3
...
...
@@ -140,7 +140,7 @@ The repository further comprises:
-
[
`run_classifier.py`
](
./examples/run_classifier.py
)
- Show how to fine-tune an instance of
`BertForSequenceClassification`
on GLUE's MRPC task,
-
[
`run_squad.py`
](
./examples/run_squad.py
)
- Show how to fine-tune an instance of
`BertForQuestionAnswering`
on SQuAD v1.0 and SQuAD v2.0 tasks.
-
[
`run_swag.py`
](
./examples/run_swag.py
)
- Show how to fine-tune an instance of
`BertForMultipleChoice`
on Swag task.
-
[
`run_lm_finetuning.py`
](
./examples/run_lm_finetuning.py
)
- Show how to fine-tune an instance of
`BertForPretraining
'
on a target text corpus.
-
[
`run_lm_finetuning.py`
](
./examples/run_lm_finetuning.py
)
- Show how to fine-tune an instance of
`BertForPretraining
`
on a target text corpus.
-
One example on how to use
**OpenAI GPT**
(in the
[
`examples` folder
](
./examples
)
):
-
[
`run_openai_gpt.py`
](
./examples/run_openai_gpt.py
)
- Show how to fine-tune an instance of
`OpenGPTDoubleHeadsModel`
on the RocStories task.
...
...
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