mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-24 23:08:57 +06:00
fixing CLI typo in readme
This commit is contained in:
parent
2f21497d3e
commit
eed255a58d
@ -497,9 +497,9 @@ Here is an example of the conversion process for a pre-trained `BERT-Base Uncase
|
||||
export BERT_BASE_DIR=/path/to/bert/uncased_L-12_H-768_A-12
|
||||
|
||||
pytorch_pretrained_bert convert_tf_checkpoint_to_pytorch \
|
||||
--tf_checkpoint_path $BERT_BASE_DIR/bert_model.ckpt \
|
||||
--bert_config_file $BERT_BASE_DIR/bert_config.json \
|
||||
--pytorch_dump_path $BERT_BASE_DIR/pytorch_model.bin
|
||||
$BERT_BASE_DIR/bert_model.ckpt \
|
||||
$BERT_BASE_DIR/bert_config.json \
|
||||
$BERT_BASE_DIR/pytorch_model.bin
|
||||
```
|
||||
|
||||
You can download Google's pre-trained models for the conversion [here](https://github.com/google-research/bert#pre-trained-models).
|
||||
|
Loading…
Reference in New Issue
Block a user