Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Riccorl committed Nov 26, 2020
1 parent 98d6370 commit b220a4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -37,7 +37,7 @@ predictor.predict(
)
```

### Infos
## Infos

- Language Model: BERT
- Dataset: CoNLL 2012
Expand Down

0 comments on commit b220a4e

Please sign in to comment.