versae commited on
Commit
b2da5f0
1 Parent(s): 852a586

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -34,8 +34,8 @@ model.predict("Debatt er bra og sunt for demokratier, og en forutsetning for pol
34
  Alternatively, these models are also integrated into the the experimental `nb` CLI application:
35
 
36
  ```bash
37
- $ echo "Debatt er bra og sunt for demokratier, og en forutsetning for politikkutvikling." | nb langid --threshold 0.25
38
- nob,0.95482141
39
  ```
40
 
41
 
 
34
  Alternatively, these models are also integrated into the the experimental `nb` CLI application:
35
 
36
  ```bash
37
+ $ echo "Jeg leser en bok" | nbailab langid --model-name nordic-lid.ftz
38
+ nob,0.9999788999557495
39
  ```
40
 
41