Add contributions
Browse files
README.md
CHANGED
@@ -131,3 +131,6 @@ model.predict(["He", "plays", "J.", "Robert", "Oppenheimer", ",", "an", "America
|
|
131 |
The same may be beneficial for some languages, such as splitting `"l'ocean Atlantique"` into `"l' ocean Atlantique"`.
|
132 |
|
133 |
See the [SpanMarker](https://github.com/tomaarsen/SpanMarkerNER) repository for documentation and additional information on this library.
|
|
|
|
|
|
|
|
131 |
The same may be beneficial for some languages, such as splitting `"l'ocean Atlantique"` into `"l' ocean Atlantique"`.
|
132 |
|
133 |
See the [SpanMarker](https://github.com/tomaarsen/SpanMarkerNER) repository for documentation and additional information on this library.
|
134 |
+
|
135 |
+
## Contributions
|
136 |
+
Many thanks to [Simone Tedeschi](https://huggingface.co/sted97) from [Babelscape](https://babelscape.com) for his insight when training this model and his involvement in the creation of the training dataset.
|