File size: 843 Bytes
97b86e4 f851d1f 0f1021e 2299c0c f851d1f 2299c0c f851d1f 1f6f3d9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
# Jeux2BERT
Jeux2BERT is a Flaubert language model augmented by the lexico-semantic network JeuxDeMots.
Thus, this model tries to capture the distributional and relational properties of words, but also tries to discriminate the different relational properties between words or syntagms.
The Web application includes three Tasks : Link Prediction (Classification de triplets), Relation Prediction (Prédiction de Relation) and Triple Ranking (Classement de triplets)
# Web App
[https://github.com/atmani-massinissa/Jeux2BERT_APP/tree/main]
# Demo
[https://share.streamlit.io/atmani-massinissa/jeux2bert_app/main/app.py?page=Classement+de+triplets]
The task Triple Ranking (Classement de triplets) don't run smoothly on the streamlit server because of the inference's time, so it's better to run it locally instead on the demo's server. |