"...resnet50_tensorflow.git" did not exist on "4e47fe2b06fb0986c4aee65848c5b9b57719380c"
Commit 0ba8a3b0 authored by Allen Wang's avatar Allen Wang Committed by A. Unique TensorFlower
Browse files

Fix Typo in XLNet readme

PiperOrigin-RevId: 335973329
parent 820160fd
......@@ -58,7 +58,7 @@ Setup commands:
export SPIECE_DIR=~/cased_spiece/
export SPIECE_MODEL=${SPIECE_DIR}/cased_spiece.model
export DATASETS_DIR=gs://some_bucket/datasets
mkdir -p ${SPIECE_MODEL}
mkdir -p ${SPIECE_DIR}
gsutil cp gs://cloud-tpu-checkpoints/xlnet/cased_spiece.model ${SPIECE_DIR}
```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment