Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
## Dutch Fine-Tuned BERT For Active
|
2 |
-
###
|
3 |
|
4 |
#### Examples
|
5 |
Try the following examples in the Hosted inference API:
|
@@ -8,13 +8,13 @@ Try the following examples in the Hosted inference API:
|
|
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 |
-
|
12 |
|
13 |
Answers (what they should be):
|
14 |
-
1.
|
15 |
-
2.
|
16 |
-
3.
|
17 |
-
4.
|
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.
|
|
|
1 |
+
## Dutch Fine-Tuned BERT For Passive/Active Voice Classification.
|
2 |
+
### Lijdende en Bedrijvende vorm classificatie voor zinnen
|
3 |
|
4 |
#### Examples
|
5 |
Try the following examples in the Hosted inference API:
|
|
|
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 |
|
13 |
Answers (what they should be):
|
14 |
+
1. 1
|
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.
|