Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,62 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: google/mt5-xxl
|
3 |
+
license: apache-2.0
|
4 |
+
language:
|
5 |
+
- it
|
6 |
+
---
|
7 |
+
|
8 |
+
# modafact-ita
|
9 |
+
|
10 |
+
`modafact-ita` is a sequence-to-sequence fine-tuned model for joint **event Factuality and Modality** detection in **Italian**.
|
11 |
+
The model was fine-tuned on [ModaFact](https://huggingface.co/datasets/dhfbk/modafact-ita), a dataset manually annotated with Factuality and Modality values.
|
12 |
+
|
13 |
+
|
14 |
+
## Model Details
|
15 |
+
|
16 |
+
### Model Description
|
17 |
+
|
18 |
+
- **Developed by:** DH Group @ FBK
|
19 |
+
- **Model type:** Sequence-to-sequence
|
20 |
+
- **Language(s) (NLP):** Italian
|
21 |
+
- **License:** apache-2.0
|
22 |
+
- **Finetuned from model:** [google/mt5-xxl](https://huggingface.co/google/mt5-xxl)
|
23 |
+
|
24 |
+
### Model Sources
|
25 |
+
|
26 |
+
<!-- Provide the basic links for the model. -->
|
27 |
+
|
28 |
+
- **Paper:** TBP
|
29 |
+
- **Inference script:** [https://github.com/dhfbk/ModaFact](https://github.com/dhfbk/ModaFact)
|
30 |
+
|
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.```
|
37 |
+
|
38 |
+
and outputs a sequence of span=labels, in this format:
|
39 |
+
|
40 |
+
```chiarire=POSSIBLE-POS-FUTURE-FINAL | autorizzò=CERTAIN-POS-PRESENT/PAST | prelievo=UNDERSPECIFIED-POS-FUTURE-CONCESSIVE | datati=CERTAIN-POS-PRESENT/PAST | utilizzo=CERTAIN-POS-PRESENT/PAST```
|
41 |
+
|
42 |
+
|
43 |
+
## Training Details
|
44 |
+
|
45 |
+
### Training Data
|
46 |
+
|
47 |
+
[https://huggingface.co/datasets/dhfbk/modafact-ita](https://huggingface.co/datasets/dhfbk/modafact-ita)
|
48 |
+
|
49 |
+
#### Training Hyperparameters
|
50 |
+
|
51 |
+
- **Hyperparameters:**
|
52 |
+
|
53 |
+
|
54 |
+
## Evaluation
|
55 |
+
|
56 |
+
|
57 |
+
## Citation
|
58 |
+
|
59 |
+
|
60 |
+
**BibTeX:**
|
61 |
+
|
62 |
+
TBP
|