ltg
/

Text Classification
Safetensors
custom_code
MariaFjodorowa commited on
Commit
b5e6bb5
·
verified ·
1 Parent(s): 0c115ff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 https://github.com/ltgoslo/slide
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
  ```