Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ inference: true
|
|
19 |
|
20 |
## Model description
|
21 |
|
22 |
-
DistilBERT is a
|
23 |
|
24 |
The [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) model is fine-tuned to classify an mobile app description into one of **6 play store categories**.
|
25 |
Trained on 9000 samples of English App Descriptions and associated categories of apps available in [Google Play](https://play.google.com/store/apps).
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
22 |
+
DistilBERT is a transformer model, smaller and faster than BERT, which was pre-trained on the same corpus in a self-supervised fashion, using the BERT base model as a teacher.
|
23 |
|
24 |
The [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) model is fine-tuned to classify an mobile app description into one of **6 play store categories**.
|
25 |
Trained on 9000 samples of English App Descriptions and associated categories of apps available in [Google Play](https://play.google.com/store/apps).
|