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
35115eaf
Unverified
Commit
35115eaf
authored
Jan 16, 2019
by
Davide Fiocco
Committed by
GitHub
Jan 16, 2019
Browse files
(very) minor update to README
parent
647c9835
Changes
1
Hide 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 @
35115eaf
...
@@ -76,7 +76,7 @@ The repository further comprises:
...
@@ -76,7 +76,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_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 task.
-
[
`run_squad.py`
](
./examples/run_squad.py
)
- Show how to fine-tune an instance of
`BertForQuestionAnswering`
on SQuAD v1.0 task.
-
[
`run_swag.py`
](
./examples/run_swag.py
)
- Show how to fine-tune an instance of
`BertForMultipleChoice`
on Swag task.
-
[
`run_swag.py`
](
./examples/run_swag.py
)
- Show how to fine-tune an instance of
`BertForMultipleChoice`
on Swag task.
-
[
`run_lm_finetuning`
](
./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.
These examples are detailed in the [Examples](#examples) section of this readme.
These examples are detailed in the [Examples](#examples) section of this readme.
...
...
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