Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.41 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.41 KB

tetis

TETIS Text Mining contribution to the GeoChallenge: Location Mention Recognition

We are pleased to share our results from our participation to the GeoAI challenge !

In this repository, you'll find:

  • Our presentation to the final event of this challenge:
  • A jupyter notebook showing how to re-use our model: notebook
  • 🚧 A report in progress: report 🚧

Our model could be easily downloaded using HuggingFace

from transformers import AutoTokenizer, AutoModelForTokenClassification

tokenizer = AutoTokenizer.from_pretrained("rdecoupes/tetis-geochallenge")
model = AutoModelForTokenClassification.from_pretrained("rdecoupes/tetis-geochallenge")

Authors

Name Github
Rémy Decoupes @remydecoupes
Nejat Arinik @arinik9
Roberto Interdonato @interdonatos

For more information, you can visit our repository


certificate