added link to github repo
Browse files
README.md
CHANGED
@@ -31,6 +31,7 @@ The model was fine-tuned on [ModaFact](https://huggingface.co/datasets/dhfbk/mod
|
|
31 |
## Uses
|
32 |
|
33 |
The model can be used to detect event Factuality and Modality values.
|
|
|
34 |
The model takes in input one sentence at a time, for example:
|
35 |
|
36 |
```Per chiarire la questione la Santa Sede autorizzò il prelievo di campioni del legno che vennero datati attraverso l'utilizzo del metodo del carbonio-14.```
|
|
|
31 |
## Uses
|
32 |
|
33 |
The model can be used to detect event Factuality and Modality values.
|
34 |
+
If you want to tag your own text, please refer to the [inference script on our github repo](https://github.com/dhfbk/ModaFact).
|
35 |
The model takes in input one sentence at a time, for example:
|
36 |
|
37 |
```Per chiarire la questione la Santa Sede autorizzò il prelievo di campioni del legno che vennero datati attraverso l'utilizzo del metodo del carbonio-14.```
|