jeanpoll commited on
Commit
b28d090
·
1 Parent(s): af42be6

minor modif in readme

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -38,7 +38,7 @@ nlp("I am going to buy 100 shares of cake tomorrow")
38
  'start': 32,
39
  'end': 36}]
40
 
41
- nlp("I am going to eat cake tomorrow")
42
  []
43
 
44
 
@@ -50,9 +50,9 @@ nlp("I am going to eat cake tomorrow")
50
 
51
 
52
  ```
53
- precision: 0.8905576596578294
54
- recall: 0.900554675118859
55
- f1: 0.8955282684352223
56
 
57
  ```
58
 
 
38
  'start': 32,
39
  'end': 36}]
40
 
41
+ nlp("I am going to eat a cake tomorrow")
42
  []
43
 
44
 
 
50
 
51
 
52
  ```
53
+ precision: 0.914157
54
+ recall: 0.788824
55
+ f1: 0.846878
56
 
57
  ```
58