fukugawa commited on
Commit
62570c6
1 Parent(s): 3721ad6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -45,13 +45,14 @@ Please refer to [this](https://cloud.google.com/tpu/docs/run-calculation-jax) do
45
  Run the Python interpreter and download the model files.
46
 
47
  ```
 
48
  (tpu-vm)$ python3
49
  ```
50
 
51
  ```python
52
  >>> from huggingface_hub import hf_hub_download
53
- >>> hf_hub_download(repo_id="fukugawa/transformer-lm-japanese-0.1b", filename="sentencepiece_model", revision="v1", local_dir="$HOME/logs/japanese_0.1b_v1", local_dir_use_symlinks=False)
54
- >>> hf_hub_download(repo_id="fukugawa/transformer-lm-japanese-0.1b", filename="checkpoint_499999", revision="v1", local_dir="$HOME/logs/japanese_0.1b_v1", local_dir_use_symlinks=False)
55
  ```
56
 
57
  Clone the source code and install the necessary Python packages.
 
45
  Run the Python interpreter and download the model files.
46
 
47
  ```
48
+ (tpu-vm)$ cd $HOME
49
  (tpu-vm)$ python3
50
  ```
51
 
52
  ```python
53
  >>> from huggingface_hub import hf_hub_download
54
+ >>> hf_hub_download(repo_id="fukugawa/transformer-lm-japanese-0.1b", filename="sentencepiece_model", revision="v1", local_dir="./logs/japanese_0.1b_v1", local_dir_use_symlinks=False)
55
+ >>> hf_hub_download(repo_id="fukugawa/transformer-lm-japanese-0.1b", filename="checkpoint_499999", revision="v1", local_dir="./logs/japanese_0.1b_v1", local_dir_use_symlinks=False)
56
  ```
57
 
58
  Clone the source code and install the necessary Python packages.