Gerwin commited on
Commit
ad38075
·
1 Parent(s): aa75ef5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -1,5 +1,5 @@
1
- ## Dutch Fine-Tuned BERT For Active/Passive Voice Classification.
2
- ### Bedrijvende en Lijdende vorm classificatie voor zinnen
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
- Label_0 = Active / Bedrijvend. Label_1 = Passive / Lijdend
12
 
13
  Answers (what they should be):
14
- 1. Label_1
15
- 2. Label_1
16
- 3. Label_0
17
- 4. Label_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.
 
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.