AUB MIND LAB commited on
Commit
be719d6
1 Parent(s): f6259b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -78,16 +78,15 @@ arabert_prep.preprocess(text)
78
 
79
  # TensorFlow 1.x models
80
 
81
- The TF1.x model are avaiable in the HuggingFace models repo.
82
  You can download them as follows:
83
  - via git-lfs: clone all the models in a repo
84
  ```bash
85
  curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
86
  sudo apt-get install git-lfs
87
  git lfs install
88
-
89
- !git clone https://huggingface.co/aubmindlab/MODEL_NAME
90
- !tar -C ./MODEL_NAME -zxvf /content/MODEL_NAME/tf1_model.tar.gz
91
  ```
92
  where `MODEL_NAME` is any model under the `aubmindlab` name
93
 
 
78
 
79
  # TensorFlow 1.x models
80
 
81
+ The TF1.x model are available in the HuggingFace models repo.
82
  You can download them as follows:
83
  - via git-lfs: clone all the models in a repo
84
  ```bash
85
  curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
86
  sudo apt-get install git-lfs
87
  git lfs install
88
+ git clone https://huggingface.co/aubmindlab/MODEL_NAME
89
+ tar -C ./MODEL_NAME -zxvf /content/MODEL_NAME/tf1_model.tar.gz
 
90
  ```
91
  where `MODEL_NAME` is any model under the `aubmindlab` name
92