Update README.md
Browse files
README.md
CHANGED
|
@@ -25,7 +25,7 @@ Scandinavian language identification model described in paper **[Multi-label Sca
|
|
| 25 |
This model currently needs a custom wrapper from modeling_norbert.py, you should therefore load the model with trust_remote_code=True.
|
| 26 |
|
| 27 |
```commandline
|
| 28 |
-
git clone
|
| 29 |
cd src/
|
| 30 |
python3 usage_example.py
|
| 31 |
```
|
|
|
|
| 25 |
This model currently needs a custom wrapper from modeling_norbert.py, you should therefore load the model with trust_remote_code=True.
|
| 26 |
|
| 27 |
```commandline
|
| 28 |
+
git clone git@github.com:ltgoslo/slide.git
|
| 29 |
cd src/
|
| 30 |
python3 usage_example.py
|
| 31 |
```
|