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
5af2c626
Unverified
Commit
5af2c626
authored
Sep 12, 2023
by
Phuc Van Phan
Committed by
GitHub
Sep 11, 2023
Browse files
docs: add space to docs (#26067)
* docs: add space to docs * docs: remove reduntant space
parent
ce2e7ef3
Changes
26
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
examples/research_projects/jax-projects/dataset-streaming/run_mlm_flax_stream.py
...cts/jax-projects/dataset-streaming/run_mlm_flax_stream.py
+1
-1
examples/research_projects/jax-projects/model_parallel/run_clm_mp.py
...search_projects/jax-projects/model_parallel/run_clm_mp.py
+1
-1
examples/research_projects/mlm_wwm/run_mlm_wwm.py
examples/research_projects/mlm_wwm/run_mlm_wwm.py
+1
-1
examples/research_projects/performer/run_mlm_performer.py
examples/research_projects/performer/run_mlm_performer.py
+1
-1
examples/tensorflow/language-modeling/run_clm.py
examples/tensorflow/language-modeling/run_clm.py
+1
-1
examples/tensorflow/language-modeling/run_mlm.py
examples/tensorflow/language-modeling/run_mlm.py
+1
-1
No files found.
examples/research_projects/jax-projects/dataset-streaming/run_mlm_flax_stream.py
View file @
5af2c626
...
@@ -76,7 +76,7 @@ class ModelArguments:
...
@@ -76,7 +76,7 @@ class ModelArguments:
default
=
None
,
default
=
None
,
metadata
=
{
metadata
=
{
"help"
:
(
"help"
:
(
"The model checkpoint for weights initialization.Don't set if you want to train a model from scratch."
"The model checkpoint for weights initialization.
Don't set if you want to train a model from scratch."
)
)
},
},
)
)
...
...
examples/research_projects/jax-projects/model_parallel/run_clm_mp.py
View file @
5af2c626
...
@@ -70,7 +70,7 @@ class ModelArguments:
...
@@ -70,7 +70,7 @@ class ModelArguments:
default
=
None
,
default
=
None
,
metadata
=
{
metadata
=
{
"help"
:
(
"help"
:
(
"The model checkpoint for weights initialization.Don't set if you want to train a model from scratch."
"The model checkpoint for weights initialization.
Don't set if you want to train a model from scratch."
)
)
},
},
)
)
...
...
examples/research_projects/mlm_wwm/run_mlm_wwm.py
View file @
5af2c626
...
@@ -62,7 +62,7 @@ class ModelArguments:
...
@@ -62,7 +62,7 @@ class ModelArguments:
default
=
None
,
default
=
None
,
metadata
=
{
metadata
=
{
"help"
:
(
"help"
:
(
"The model checkpoint for weights initialization.Don't set if you want to train a model from scratch."
"The model checkpoint for weights initialization.
Don't set if you want to train a model from scratch."
)
)
},
},
)
)
...
...
examples/research_projects/performer/run_mlm_performer.py
View file @
5af2c626
...
@@ -99,7 +99,7 @@ class ModelArguments:
...
@@ -99,7 +99,7 @@ class ModelArguments:
default
=
None
,
default
=
None
,
metadata
=
{
metadata
=
{
"help"
:
(
"help"
:
(
"The model checkpoint for weights initialization.Don't set if you want to train a model from scratch."
"The model checkpoint for weights initialization.
Don't set if you want to train a model from scratch."
)
)
},
},
)
)
...
...
examples/tensorflow/language-modeling/run_clm.py
View file @
5af2c626
...
@@ -78,7 +78,7 @@ class ModelArguments:
...
@@ -78,7 +78,7 @@ class ModelArguments:
default
=
None
,
default
=
None
,
metadata
=
{
metadata
=
{
"help"
:
(
"help"
:
(
"The model checkpoint for weights initialization.Don't set if you want to train a model from scratch."
"The model checkpoint for weights initialization.
Don't set if you want to train a model from scratch."
)
)
},
},
)
)
...
...
examples/tensorflow/language-modeling/run_mlm.py
View file @
5af2c626
...
@@ -76,7 +76,7 @@ class ModelArguments:
...
@@ -76,7 +76,7 @@ class ModelArguments:
default
=
None
,
default
=
None
,
metadata
=
{
metadata
=
{
"help"
:
(
"help"
:
(
"The model checkpoint for weights initialization.Don't set if you want to train a model from scratch."
"The model checkpoint for weights initialization.
Don't set if you want to train a model from scratch."
)
)
},
},
)
)
...
...
Prev
1
2
Next
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