Update README.md
Browse files
README.md
CHANGED
|
@@ -25,9 +25,7 @@ architecture and pre-training benchmarking on this `BTSbot` image classification
|
|
| 25 |
Easily install the btsbot package and load this model with:
|
| 26 |
|
| 27 |
```python
|
| 28 |
-
|
| 29 |
-
cd BTSbot
|
| 30 |
-
pip install -e .
|
| 31 |
|
| 32 |
import btsbot
|
| 33 |
model = btsbot.load_HF_model(
|
|
|
|
| 25 |
Easily install the btsbot package and load this model with:
|
| 26 |
|
| 27 |
```python
|
| 28 |
+
pip install btsbot
|
|
|
|
|
|
|
| 29 |
|
| 30 |
import btsbot
|
| 31 |
model = btsbot.load_HF_model(
|