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
da7e73b7
Unverified
Commit
da7e73b7
authored
May 18, 2021
by
Tommy Chiang
Committed by
GitHub
May 18, 2021
Browse files
Fix incorrect newline in #11650 (#11757)
parent
a515caa3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
examples/pytorch/text-generation/README.md
examples/pytorch/text-generation/README.md
+1
-2
No files found.
examples/pytorch/text-generation/README.md
View file @
da7e73b7
...
@@ -16,8 +16,7 @@ limitations under the License.
...
@@ -16,8 +16,7 @@ limitations under the License.
## Language generation
## Language generation
Based on the script
[
`run_generation.py`
](
https://github.com/huggingface/transformers/blob/master/examples/pytorch
Based on the script
[
`run_generation.py`
](
https://github.com/huggingface/transformers/blob/master/examples/pytorch/text-generation/run_generation.py
)
.
/text-generation/run_generation.py).
Conditional text generation using the auto-regressive models of the library: GPT, GPT-2, Transformer-XL, XLNet, CTRL.
Conditional text generation using the auto-regressive models of the library: GPT, GPT-2, Transformer-XL, XLNet, CTRL.
A similar script is used for our official demo
[
Write With Transfomer
](
https://transformer.huggingface.co
)
, where you
A similar script is used for our official demo
[
Write With Transfomer
](
https://transformer.huggingface.co
)
, where you
...
...
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