gonzpen commited on
Commit
c180783
1 Parent(s): bfad2e1

Mention "multilabel" in the task

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -5,7 +5,7 @@ license: mit
5
 
6
  # German BERT base fine-tuned to predict educational requirements
7
 
8
- This is a fine-tuned version of the German BERT base language model [deepset/gbert-base](https://huggingface.co/deepset/gbert-base). The task this model was trained on was to predict education requirements from job ad texts. The dataset used for training is not available to the public. The 7 labels in the task are (in the classification head order):
9
 
10
  - `'Bachelor'`
11
  - `'Berufsausbildung'`
5
 
6
  # German BERT base fine-tuned to predict educational requirements
7
 
8
+ This is a fine-tuned version of the German BERT base language model [deepset/gbert-base](https://huggingface.co/deepset/gbert-base). The multilabel task this model was trained on was to predict education requirements from job ad texts. The dataset used for training is not available to the public. The 7 labels in the task are (in the classification head order):
9
 
10
  - `'Bachelor'`
11
  - `'Berufsausbildung'`