update model card README.md
Browse files
README.md
CHANGED
@@ -5,12 +5,6 @@ tags:
|
|
5 |
model-index:
|
6 |
- name: distilbert-base-german-cased-finetuned-amazon-reviews
|
7 |
results: []
|
8 |
-
datasets:
|
9 |
-
- amazon_reviews_multi
|
10 |
-
language:
|
11 |
-
- de
|
12 |
-
metrics:
|
13 |
-
- perplexity
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -18,10 +12,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
# distilbert-base-german-cased-finetuned-amazon-reviews
|
20 |
|
21 |
-
This model is a fine-tuned version of [distilbert-base-german-cased](https://huggingface.co/distilbert-base-german-cased) on
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss:
|
24 |
-
- Perplexity: 64.91
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -46,19 +39,26 @@ The following hyperparameters were used during training:
|
|
46 |
- seed: 42
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
-
- num_epochs:
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|
|
55 |
-
| 4.
|
56 |
-
| 4.
|
57 |
-
| 4.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
|
59 |
|
60 |
### Framework versions
|
61 |
|
62 |
- Transformers 4.26.1
|
63 |
- Pytorch 1.13.1+cu116
|
64 |
-
- Tokenizers 0.13.2
|
|
|
5 |
model-index:
|
6 |
- name: distilbert-base-german-cased-finetuned-amazon-reviews
|
7 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
12 |
|
13 |
# distilbert-base-german-cased-finetuned-amazon-reviews
|
14 |
|
15 |
+
This model is a fine-tuned version of [distilbert-base-german-cased](https://huggingface.co/distilbert-base-german-cased) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 3.8874
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
39 |
- seed: 42
|
40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
- lr_scheduler_type: linear
|
42 |
+
- num_epochs: 10
|
43 |
|
44 |
### Training results
|
45 |
|
46 |
| Training Loss | Epoch | Step | Validation Loss |
|
47 |
|:-------------:|:-----:|:----:|:---------------:|
|
48 |
+
| 4.625 | 1.0 | 141 | 4.2747 |
|
49 |
+
| 4.3013 | 2.0 | 282 | 4.1549 |
|
50 |
+
| 4.1841 | 3.0 | 423 | 4.0902 |
|
51 |
+
| 4.1208 | 4.0 | 564 | 3.9958 |
|
52 |
+
| 4.0475 | 5.0 | 705 | 3.9710 |
|
53 |
+
| 4.0116 | 6.0 | 846 | 3.9100 |
|
54 |
+
| 3.9988 | 7.0 | 987 | 3.9194 |
|
55 |
+
| 3.9641 | 8.0 | 1128 | 3.9381 |
|
56 |
+
| 3.9661 | 9.0 | 1269 | 3.8631 |
|
57 |
+
| 3.944 | 10.0 | 1410 | 3.8668 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
61 |
|
62 |
- Transformers 4.26.1
|
63 |
- Pytorch 1.13.1+cu116
|
64 |
+
- Tokenizers 0.13.2
|