Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,8 @@ tags:
|
|
| 6 |
model-index:
|
| 7 |
- name: gbert-large-autopart
|
| 8 |
results: []
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -19,17 +21,19 @@ It achieves the following results on the evaluation set:
|
|
| 19 |
|
| 20 |
## Model description
|
| 21 |
|
| 22 |
-
|
|
|
|
| 23 |
|
| 24 |
## Intended uses & limitations
|
| 25 |
|
| 26 |
-
|
| 27 |
|
| 28 |
## Training and evaluation data
|
| 29 |
|
| 30 |
-
|
| 31 |
|
| 32 |
## Training procedure
|
|
|
|
| 33 |
|
| 34 |
### Training hyperparameters
|
| 35 |
|
|
@@ -69,4 +73,4 @@ The following hyperparameters were used during training:
|
|
| 69 |
- Transformers 4.32.1
|
| 70 |
- Pytorch 2.0.1+cu118
|
| 71 |
- Datasets 2.14.4
|
| 72 |
-
- Tokenizers 0.13.3
|
|
|
|
| 6 |
model-index:
|
| 7 |
- name: gbert-large-autopart
|
| 8 |
results: []
|
| 9 |
+
language:
|
| 10 |
+
- de
|
| 11 |
---
|
| 12 |
|
| 13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
| 24 |
+
this model contains a domain adaptation of the model [deepset/gbert-large](https://huggingface.co/deepset/gbert-large) using a
|
| 25 |
+
dataset containing 54.000 sample sentences of german top 30 DAX company websites.
|
| 26 |
|
| 27 |
## Intended uses & limitations
|
| 28 |
|
| 29 |
+
use in classification problems where the samples are from german company websites.
|
| 30 |
|
| 31 |
## Training and evaluation data
|
| 32 |
|
| 33 |
+
80 percent of the available samples where used for training. Evaluation was performed on 20 percent of the data.
|
| 34 |
|
| 35 |
## Training procedure
|
| 36 |
+
masked language modelling using AutoModelForMaskedLM
|
| 37 |
|
| 38 |
### Training hyperparameters
|
| 39 |
|
|
|
|
| 73 |
- Transformers 4.32.1
|
| 74 |
- Pytorch 2.0.1+cu118
|
| 75 |
- Datasets 2.14.4
|
| 76 |
+
- Tokenizers 0.13.3
|