From b220a4e8ce28c840c00de4f4043e1af556027ffa Mon Sep 17 00:00:00 2001 From: Riccardo Orlando Date: Thu, 26 Nov 2020 11:00:06 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8742210..03195c9 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Semantic Role Labeling based on [AllenNLP implementation](https://demo.allennlp.org/semantic-role-labeling) of [Shi et al, 2019](https://arxiv.org/abs/1904.05255). Can be trained using both PropBank and [VerbAatlas](http://verbatlas.org/) inventories and implements also the predicate disambiguation task, in addition to arguments identification and disambiguation. -### How to use +## How to use Install the library @@ -37,7 +37,7 @@ predictor.predict( ) ``` -### Infos +## Infos - Language Model: BERT - Dataset: CoNLL 2012