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
b1d3e95e
Unverified
Commit
b1d3e95e
authored
Nov 04, 2020
by
Manuel Romero
Committed by
GitHub
Nov 04, 2020
Browse files
Fix path to old run_language_modeling.py script (#8302)
parent
b6e58db2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/language-modeling/README.md
examples/language-modeling/README.md
+1
-1
No files found.
examples/language-modeling/README.md
View file @
b1d3e95e
...
@@ -10,7 +10,7 @@ These scripts leverage the 🤗 Datasets library and the Trainer API. You can ea
...
@@ -10,7 +10,7 @@ These scripts leverage the 🤗 Datasets library and the Trainer API. You can ea
need extra processing on your datasets.
need extra processing on your datasets.
**Note:**
The old script
`run_language_modeling.py`
is still available
**Note:**
The old script
`run_language_modeling.py`
is still available
[
here
](
https://github.com/huggingface/transformers/blob/master/examples/contrib/legacy/
language-modeling/
run_language_modeling.py
)
.
[
here
](
https://github.com/huggingface/transformers/blob/master/examples/contrib/legacy/run_language_modeling.py
)
.
The following examples, will run on a datasets hosted on our
[
hub
](
https://huggingface.co/datasets
)
or with your own
The following examples, will run on a datasets hosted on our
[
hub
](
https://huggingface.co/datasets
)
or with your own
text files for training and validation. We give examples of both below.
text files for training and validation. We give examples of both below.
...
...
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