Update README.md
Browse files
README.md
CHANGED
@@ -50,14 +50,20 @@ Some nouns designating persons were left. Typye 0 sentences may still contain ge
|
|
50 |
### Splits
|
51 |
|
52 |
The dataset is split into 3 parts with the following amount of example sentences:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
|
54 |
-
split \ example | type 1 | type 0 | TOTAL
|
55 |
-
---------------------------------------------
|
56 |
-
train.csv | 610 | 4221 | 4831
|
57 |
-
validation.csv | 50 | 500 | 550
|
58 |
-
test.csv | 250 | 250 | 500
|
59 |
-
---------------------------------------------
|
60 |
-
TOTAL | 910 | 4971 | 5881
|
61 |
|
62 |
## Sources
|
63 |
|
|
|
50 |
### Splits
|
51 |
|
52 |
The dataset is split into 3 parts with the following amount of example sentences:
|
53 |
+
<table>
|
54 |
+
<thead>
|
55 |
+
<TR><TH>SPLIT</TH><TH>type 1</TH><TH>type 0</TH><TH>TOTAL</TH></TR>
|
56 |
+
</thead>
|
57 |
+
<tbody>
|
58 |
+
<TR><th>train.csv</Th><TD>610</TD><TD>4221</TD><TD>4831</TD></TR>
|
59 |
+
<TR><th>validation.csv</Th><TD>50</TD><TD>500</TD><TD>550</TD></TR>
|
60 |
+
<TR><th>test.csv</Th><TD>250</TD><TD>250</TD><TD>500</TD></TR>
|
61 |
+
</tbody>
|
62 |
+
<tfoot>
|
63 |
+
<TR><th>TOTAL</Th><TD>910</TD><TD>4971</TD><TD>5881</TD></TR>
|
64 |
+
</tfoot>
|
65 |
+
</table>
|
66 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
|
68 |
## Sources
|
69 |
|