Update README.md
Browse files
README.md
CHANGED
|
@@ -18,7 +18,8 @@ There are three BERT models, each fine-tuned on a dataset of 70,000 Python 3 sol
|
|
| 18 |
|
| 19 |
## Model Usage
|
| 20 |
**Installation**
|
| 21 |
-
First, ensure you have the latest version of the tf-models-official package. You can install it using the following command
|
|
|
|
| 22 |
pip install -q tf-models-official
|
| 23 |
```
|
| 24 |
|
|
|
|
| 18 |
|
| 19 |
## Model Usage
|
| 20 |
**Installation**
|
| 21 |
+
First, ensure you have the latest version of the tf-models-official package. You can install it using the following command:
|
| 22 |
+
```
|
| 23 |
pip install -q tf-models-official
|
| 24 |
```
|
| 25 |
|