Massinissa
commited on
Commit
•
f851d1f
1
Parent(s):
97b86e4
Update README.md
Browse files
README.md
CHANGED
@@ -3,4 +3,10 @@
|
|
3 |
Jeux2BERT is a Flaubert language model augmented by the lexico-semantic network JeuxDeMots.
|
4 |
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.
|
5 |
|
6 |
-
The Web application includes three Tasks : Link Prediction (Classification de triplets), Relation Prediction (Prédiction de Relation) and Triple Ranking (Classement de triplets)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
Jeux2BERT is a Flaubert language model augmented by the lexico-semantic network JeuxDeMots.
|
4 |
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.
|
5 |
|
6 |
+
The Web application includes three Tasks : Link Prediction (Classification de triplets), Relation Prediction (Prédiction de Relation) and Triple Ranking (Classement de triplets)
|
7 |
+
|
8 |
+
# Demo
|
9 |
+
|
10 |
+
https://share.streamlit.io/atmani-massinissa/jeux2bert_app/main/app.py?page=Classement+de+triplets
|
11 |
+
|
12 |
+
The task Triple Ranking (Classement de triplets) don't run smoothly on the streamlit server because of the time of inference, so it's better to run it locally instead on the demo's server.
|