asawczyn commited on
Commit
4f00f38
1 Parent(s): ce5e40c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -38,9 +38,14 @@ The task is to predict if the answer to the given question is correct or not.
38
 
39
  **Measurements**: F1-Score
40
 
41
- **Example**:
42
- *Czym zajmowali się świątnicy? vs. Świątnik – osoba, która dawniej zajmowała się
43
- obsługą kościoła (świątyni).* **1 (the answer is correct)**
 
 
 
 
 
44
 
45
  ## Data splits
46
 
 
38
 
39
  **Measurements**: F1-Score
40
 
41
+ **Example**:
42
+
43
+ Input: `Czym zajmowali się świątnicy?` ; `Świątnik osoba, która dawniej zajmowała się
44
+ obsługą kościoła (świątyni).`
45
+
46
+ Input (translated by DeepL): `What did the sacristans do?` ; `A sacristan - a person who used to be in charge of the handling the church (temple).`
47
+
48
+ Output: `1` (the answer is correct)
49
 
50
  ## Data splits
51