NazaGara commited on
Commit
d85d4dc
1 Parent(s): abe64e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -13
README.md CHANGED
@@ -50,18 +50,19 @@ nlp('Ignacio se fue de viaje por Buenos aires')
50
  ```
51
  ## Model performances
52
  Overall
53
- precision| recall| f1
54
- - | - | -
55
- 0.9833|0.8957|0.8998
56
 
57
  By classes
58
- class | precision| recall| f1
59
- - | - | -
60
- B-PER | 0.957 | 0.974 | 0.966
61
- I-PER | 0.948 | 0.992 | 0.970
62
- B-ORG | 0.882 | 0.926 | 0.904
63
- I-ORG | 0.925 | 0.899 | 0.912
64
- B-LOC | 0.897 | 0.874 | 0.885
65
- I-LOC | 0.887 | 0.821 | 0.853
66
- B-MISC | 0.754 | 0.796 | 0.775
67
- I-MISC | 0.9023 | 0.783 | 0.838
 
 
50
  ```
51
  ## Model performances
52
  Overall
53
+ | precision | recall | f1-score |
54
+ |-----------|--------|----------|
55
+ | 0.9833 | 0.8950 | 0.8998 |
56
 
57
  By classes
58
+ | class | precision\| | recall | f1-score |
59
+ |--------|-------------|--------|----------|
60
+ | O | 0.9958 | 0.9965 | 0.99 |
61
+ | B-PER | 0.9572 | 0.9741 | 0.9654 |
62
+ | I-PER | 0.9487 | 0.9921 | 0.9699 |
63
+ | B-ORG | 0.8823 | 0.9264 | 0.9038 |
64
+ | I-ORG | 0.9253 | 0.9264 | 0.9117 |
65
+ | B-LOC | 0.8967 | 0.8736 | 0.8850 |
66
+ | I-LOC | 0.8870 | 0.8215 | 0.8530 |
67
+ | B-MISC | 0.7541 | 0.7964 | 0.7747 |
68
+ | I-MISC | 0.9026 | 0.7827 | 0.8384 |