Update README.md
Browse files
README.md
CHANGED
@@ -61,6 +61,7 @@ for entity in sentence.get_spans('ner'):
|
|
61 |
```
|
62 |
|
63 |
This yields the following output:
|
|
|
64 |
```
|
65 |
Span[22:25]: "EZEQUIEL CAMILO MARCONNI" → PER (0.9541)
|
66 |
Span[27:28]: "11.222.333" → DNI (1.0)
|
@@ -74,9 +75,7 @@ You can also check the development repository [here](https://github.com/aymurai/
|
|
74 |
|
75 |
# Entities and metrics
|
76 |
## Description
|
77 |
-
|
78 |
-
# TODO complete this section
|
79 |
-
```
|
80 |
|
81 |
## Data
|
82 |
The model was trained with a dataset of 535 legal rulings from an Argentine criminal court.
|
@@ -113,10 +112,10 @@ Due to the nature of the data (personal data, complaint characteristics and vict
|
|
113 |
| | | | |
|
114 |
| macro avg| 0.91| 0.88| 0.89|
|
115 |
|
116 |
-
|
117 |
You can see our open-source development [here](https://github.com/AymurAI/).
|
118 |
|
119 |
-
|
120 |
Please cite [the following paper](https://drive.google.com/file/d/1P-hW0JKXWZ44Fn94fDVIxQRTExkK6m4Y/view) when using AymurAI:
|
121 |
|
122 |
```bibtex
|
|
|
61 |
```
|
62 |
|
63 |
This yields the following output:
|
64 |
+
|
65 |
```
|
66 |
Span[22:25]: "EZEQUIEL CAMILO MARCONNI" → PER (0.9541)
|
67 |
Span[27:28]: "11.222.333" → DNI (1.0)
|
|
|
75 |
|
76 |
# Entities and metrics
|
77 |
## Description
|
78 |
+
Please refer to the entities' description table ([en](docs/en-entities-table.md)|[es](docs/es-entities-table.md)).
|
|
|
|
|
79 |
|
80 |
## Data
|
81 |
The model was trained with a dataset of 535 legal rulings from an Argentine criminal court.
|
|
|
112 |
| | | | |
|
113 |
| macro avg| 0.91| 0.88| 0.89|
|
114 |
|
115 |
+
# GitHub
|
116 |
You can see our open-source development [here](https://github.com/AymurAI/).
|
117 |
|
118 |
+
# Citation
|
119 |
Please cite [the following paper](https://drive.google.com/file/d/1P-hW0JKXWZ44Fn94fDVIxQRTExkK6m4Y/view) when using AymurAI:
|
120 |
|
121 |
```bibtex
|