luciore95 commited on
Commit
c05cfc1
·
1 Parent(s): 5783920

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -4
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
- More information needed
 
23
 
24
  ## Intended uses & limitations
25
 
26
- More information needed
27
 
28
  ## Training and evaluation data
29
 
30
- More information needed
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