Update README.md
Browse files
README.md
CHANGED
@@ -56,7 +56,7 @@ Here you can see the structure of the single sample in the present dataset.
|
|
56 |
Here we will describe the prompt given to the model over which we will compute the perplexity score, as model's answer we will chose the prompt with lower perplexity.
|
57 |
Moreover, for each subtask, we define a description that is prepended to the prompts, needed by the model to understand the task.
|
58 |
|
59 |
-
Description of the task: "Indica se le seguenti frasi hanno senso
|
60 |
|
61 |
### Cloze Style:
|
62 |
|
@@ -67,7 +67,7 @@ Label (**ha senso**): "{{text}}\nLa frase precedente ha senso"
|
|
67 |
### Cloze Style:
|
68 |
|
69 |
```txt
|
70 |
-
{{text}}\nDomanda: La frase precedente ha
|
71 |
```
|
72 |
|
73 |
## Results
|
|
|
56 |
Here we will describe the prompt given to the model over which we will compute the perplexity score, as model's answer we will chose the prompt with lower perplexity.
|
57 |
Moreover, for each subtask, we define a description that is prepended to the prompts, needed by the model to understand the task.
|
58 |
|
59 |
+
Description of the task: "Indica se le seguenti frasi hanno senso.\n\n"
|
60 |
|
61 |
### Cloze Style:
|
62 |
|
|
|
67 |
### Cloze Style:
|
68 |
|
69 |
```txt
|
70 |
+
{{text}}\nDomanda: La frase precedente ha senso senso? Rispondi sì o no:
|
71 |
```
|
72 |
|
73 |
## Results
|