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
3c33499f
Unverified
Commit
3c33499f
authored
Feb 12, 2019
by
Thomas Wolf
Committed by
GitHub
Feb 12, 2019
Browse files
fix typo in readme
parent
03cdb2a3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
README.md
README.md
+3
-4
No files found.
README.md
View file @
3c33499f
...
...
@@ -127,11 +127,10 @@ The repository further comprises:
-
[
`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)):
- [`
openai_gpt
_train
.py
`](./examples/openai_gpt
_train
.py) - Show how to fine-tune an instance of `
OpenGPTDoubleHeadsModel
` on the RocStories task.
- [`
run_
openai_gpt.py
`](./examples/
run_
openai_gpt.py) - Show how to fine-tune an instance of `
OpenGPTDoubleHeadsModel
` on the RocStories task.
- Two examples on how to use **Transformer-XL** (in the [`
examples
` folder](./examples)):
- [`
transfo_xl_train.py
`](./examples/transfo_xl_train.py) - Show how to train and exaluate an instance of `
TransfoXLModel
` on WikiText 103,
- [`
transfo_xl_eval.py
`](./examples/transfo_xl_eval.py) - Simply exaluate a pre-trained model of `
TransfoXLModel
` on WikiText 103.
- One example on how to use **Transformer-XL** (in the [`
examples
` folder](./examples)):
- [`
run_transfo_xl.py
`](./examples/run_transfo_xl.py) - Show how to load and evaluate a pre-trained model of `
TransfoXLLMHeadModel
` on WikiText 103.
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