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
09549aa1
Unverified
Commit
09549aa1
authored
Sep 10, 2021
by
Stefan Schweter
Committed by
GitHub
Sep 10, 2021
Browse files
examples: minor fixes in flax example readme (#13502)
parent
aacd2123
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
examples/flax/language-modeling/README.md
examples/flax/language-modeling/README.md
+2
-2
No files found.
examples/flax/language-modeling/README.md
View file @
09549aa1
...
...
@@ -92,7 +92,7 @@ tokenizer.train_from_iterator(batch_iterator(), vocab_size=50265, min_frequency=
])
# Save files to disk
tokenizer
.
save
(
"./"
)
tokenizer
.
save
(
"./
tokenizer.json
"
)
```
### Create configuration
...
...
@@ -241,7 +241,7 @@ Finally, we can run the example script to pretrain the model:
```
bash
./run_clm_flax.py
\
--output_dir
=
"./
l
"
\
--output_dir
=
"./"
\
--model_type
=
"gpt2"
\
--config_name
=
"./"
\
--tokenizer_name
=
"./"
\
...
...
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