Datasets:

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
pandas
iperbole commited on
Commit
2c049ab
1 Parent(s): 55cd819

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 a livello semantico.\n\n"
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 semanticamente senso? Rispondi sì o no:
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