bigmorning
commited on
Commit
•
4040269
1
Parent(s):
69eb325
add model
Browse files- README.md +23 -13
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -14,9 +14,9 @@ probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [dbmdz/german-gpt2](https://huggingface.co/dbmdz/german-gpt2) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Train Loss: 0.
|
18 |
-
- Validation Loss: 0.
|
19 |
-
- Epoch:
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -42,16 +42,26 @@ The following hyperparameters were used during training:
|
|
42 |
|
43 |
| Train Loss | Validation Loss | Epoch |
|
44 |
|:----------:|:---------------:|:-----:|
|
45 |
-
| 0.
|
46 |
-
| 0.
|
47 |
-
| 0.
|
48 |
-
| 0.
|
49 |
-
| 0.
|
50 |
-
| 0.
|
51 |
-
| 0.
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
|
56 |
|
57 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [dbmdz/german-gpt2](https://huggingface.co/dbmdz/german-gpt2) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Train Loss: 0.0004
|
18 |
+
- Validation Loss: 0.0062
|
19 |
+
- Epoch: 19
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
42 |
|
43 |
| Train Loss | Validation Loss | Epoch |
|
44 |
|:----------:|:---------------:|:-----:|
|
45 |
+
| 0.1085 | 0.0849 | 0 |
|
46 |
+
| 0.0418 | 0.0418 | 1 |
|
47 |
+
| 0.0180 | 0.0220 | 2 |
|
48 |
+
| 0.0110 | 0.0187 | 3 |
|
49 |
+
| 0.0098 | 0.0130 | 4 |
|
50 |
+
| 0.0056 | 0.0111 | 5 |
|
51 |
+
| 0.0039 | 0.0102 | 6 |
|
52 |
+
| 0.0034 | 0.0101 | 7 |
|
53 |
+
| 0.0027 | 0.0092 | 8 |
|
54 |
+
| 0.0024 | 0.0088 | 9 |
|
55 |
+
| 0.0021 | 0.0085 | 10 |
|
56 |
+
| 0.0019 | 0.0081 | 11 |
|
57 |
+
| 0.0017 | 0.0081 | 12 |
|
58 |
+
| 0.0014 | 0.0079 | 13 |
|
59 |
+
| 0.0012 | 0.0076 | 14 |
|
60 |
+
| 0.0010 | 0.0069 | 15 |
|
61 |
+
| 0.0008 | 0.0073 | 16 |
|
62 |
+
| 0.0008 | 0.0068 | 17 |
|
63 |
+
| 0.0004 | 0.0060 | 18 |
|
64 |
+
| 0.0004 | 0.0062 | 19 |
|
65 |
|
66 |
|
67 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 380401328
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d502ff58d91a0258249ab35f287ad323eba3943d1e255cf37d6ab80452029b92
|
3 |
size 380401328
|