sianbrumm commited on
Commit
9e97e16
1 Parent(s): 7bc4bcf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -71
README.md CHANGED
@@ -1,71 +1,44 @@
1
- ---
2
- license: mit
3
- base_model: dbmdz/bert-base-german-uncased
4
- tags:
5
- - generated_from_trainer
6
- metrics:
7
- - precision
8
- - recall
9
- - f1
10
- - accuracy
11
- model-index:
12
- - name: crawler_cat_brick_model
13
- results: []
14
- ---
15
-
16
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
- should probably proofread and complete it, then remove this comment. -->
18
-
19
- # crawler_cat_brick_model
20
-
21
- This model is a fine-tuned version of [dbmdz/bert-base-german-uncased](https://huggingface.co/dbmdz/bert-base-german-uncased) on an unknown dataset.
22
- It achieves the following results on the evaluation set:
23
- - Loss: 0.9439
24
- - Precision: 0.8768
25
- - Recall: 0.8768
26
- - F1: 0.8768
27
- - Accuracy: 0.8768
28
-
29
- ## Model description
30
-
31
- More information needed
32
-
33
- ## Intended uses & limitations
34
-
35
- More information needed
36
-
37
- ## Training and evaluation data
38
-
39
- More information needed
40
-
41
- ## Training procedure
42
-
43
- ### Training hyperparameters
44
-
45
- The following hyperparameters were used during training:
46
- - learning_rate: 2e-05
47
- - train_batch_size: 8
48
- - eval_batch_size: 8
49
- - seed: 42
50
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
- - lr_scheduler_type: linear
52
- - lr_scheduler_warmup_steps: 500
53
- - num_epochs: 5
54
-
55
- ### Training results
56
-
57
- | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
58
- |:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
59
- | 1.9828 | 1.0 | 5026 | 1.7270 | 0.7746 | 0.7746 | 0.7746 | 0.7746 |
60
- | 1.2807 | 2.0 | 10052 | 1.3068 | 0.8189 | 0.8189 | 0.8189 | 0.8189 |
61
- | 0.9826 | 3.0 | 15078 | 1.0816 | 0.8535 | 0.8535 | 0.8535 | 0.8535 |
62
- | 0.6745 | 4.0 | 20104 | 0.9756 | 0.8699 | 0.8699 | 0.8699 | 0.8699 |
63
- | 0.5616 | 5.0 | 25130 | 0.9439 | 0.8768 | 0.8768 | 0.8768 | 0.8768 |
64
-
65
-
66
- ### Framework versions
67
-
68
- - Transformers 4.41.2
69
- - Pytorch 2.0.1+cu117
70
- - Datasets 2.20.0
71
- - Tokenizers 0.19.1
 
1
+ ---
2
+ license: mit
3
+ base_model: dbmdz/bert-base-german-uncased
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - precision
8
+ - recall
9
+ - f1
10
+ - accuracy
11
+ model-index:
12
+ - name: crawler_cat_brick_model
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # crawler_cat_brick_model
20
+
21
+ This model is a fine-tuned version of [dbmdz/bert-base-german-uncased](https://huggingface.co/dbmdz/bert-base-german-uncased) on an unknown dataset.
22
+
23
+ ## Model description
24
+
25
+ Ein BERT-Modell zur Klassifikation von Produkten in GPC-Brick-Klassen
26
+
27
+ ### Training hyperparameters
28
+
29
+ The following hyperparameters were used during training:
30
+ - learning_rate: 2e-05
31
+ - train_batch_size: 8
32
+ - eval_batch_size: 8
33
+ - seed: 42
34
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
35
+ - lr_scheduler_type: linear
36
+ - lr_scheduler_warmup_steps: 500
37
+ - num_epochs: 5
38
+
39
+ ### Framework versions
40
+
41
+ - Transformers 4.41.2
42
+ - Pytorch 2.0.1+cu117
43
+ - Datasets 2.20.0
44
+ - Tokenizers 0.19.1