Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,7 @@ Try the following examples in the Hosted inference API:
|
|
7 |
2. Wie niet weg is, is gezien
|
8 |
3. Ik ben van plan om morgen te gaan werken
|
9 |
4. De makelaar heeft het nieuwe huis verkocht aan de bewoners die iets verderop wonen.
|
|
|
10 |
|
11 |
LABEL_0 = Active / Bedrijvend. LABEL_1 = Passive / Lijdend
|
12 |
|
@@ -15,16 +16,17 @@ Answers (what they should be):
|
|
15 |
2. 1
|
16 |
3. 0
|
17 |
4. 0
|
|
|
18 |
|
19 |
#### Basic Information
|
20 |
This model is fine-tuned on BERTje (https://github.com/wietsedv/bertje) for recognizing passive and active voice in Dutch sentences.
|
21 |
|
22 |
The calculated scores for train-validation split are listed here:
|
23 |
-
- Accuracy: 0.
|
24 |
-
- F1: 0.
|
25 |
-
- Loss: 0.
|
26 |
-
- Precision:
|
27 |
-
- Recall: 0
|
28 |
|
29 |
This is the first release, have fun with it!
|
30 |
|
|
|
7 |
2. Wie niet weg is, is gezien
|
8 |
3. Ik ben van plan om morgen te gaan werken
|
9 |
4. De makelaar heeft het nieuwe huis verkocht aan de bewoners die iets verderop wonen.
|
10 |
+
5. De koekjes die mama heeft gemaakt waren door de jongens allemaal opgegeten.
|
11 |
|
12 |
LABEL_0 = Active / Bedrijvend. LABEL_1 = Passive / Lijdend
|
13 |
|
|
|
16 |
2. 1
|
17 |
3. 0
|
18 |
4. 0
|
19 |
+
5. 1
|
20 |
|
21 |
#### Basic Information
|
22 |
This model is fine-tuned on BERTje (https://github.com/wietsedv/bertje) for recognizing passive and active voice in Dutch sentences.
|
23 |
|
24 |
The calculated scores for train-validation split are listed here:
|
25 |
+
- Accuracy: 0.983
|
26 |
+
- F1: 0.983
|
27 |
+
- Loss: 0.032
|
28 |
+
- Precision: 0.967
|
29 |
+
- Recall: 1.0
|
30 |
|
31 |
This is the first release, have fun with it!
|
32 |
|