hanspeterlyngsoeraaschoujensen
commited on
Commit
•
7586482
1
Parent(s):
a5282cb
Model save
Browse files
README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
|
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
model-index:
|
@@ -12,9 +14,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# distilbert-base-uncased-finetuned-nlp-course
|
14 |
|
15 |
-
This model
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Loss:
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -45,16 +47,16 @@ The following hyperparameters were used during training:
|
|
45 |
|
46 |
| Training Loss | Epoch | Step | Validation Loss |
|
47 |
|:-------------:|:-----:|:----:|:---------------:|
|
48 |
-
| No log | 1.0 | 1 |
|
49 |
-
| No log | 2.0 | 2 |
|
50 |
-
| No log | 3.0 | 3 |
|
51 |
-
| No log | 4.0 | 4 |
|
52 |
-
| No log | 5.0 | 5 |
|
53 |
-
| No log | 6.0 | 6 |
|
54 |
-
| No log | 7.0 | 7 |
|
55 |
-
| No log | 8.0 | 8 |
|
56 |
-
| No log | 9.0 | 9 |
|
57 |
-
| No log | 10.0 | 10 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: distilbert-base-uncased
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
model-index:
|
|
|
14 |
|
15 |
# distilbert-base-uncased-finetuned-nlp-course
|
16 |
|
17 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 5.9700
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
+
| No log | 1.0 | 1 | 6.1367 |
|
51 |
+
| No log | 2.0 | 2 | 6.1052 |
|
52 |
+
| No log | 3.0 | 3 | 6.0768 |
|
53 |
+
| No log | 4.0 | 4 | 6.0514 |
|
54 |
+
| No log | 5.0 | 5 | 6.0290 |
|
55 |
+
| No log | 6.0 | 6 | 6.0098 |
|
56 |
+
| No log | 7.0 | 7 | 5.9941 |
|
57 |
+
| No log | 8.0 | 8 | 5.9821 |
|
58 |
+
| No log | 9.0 | 9 | 5.9740 |
|
59 |
+
| No log | 10.0 | 10 | 5.9700 |
|
60 |
|
61 |
|
62 |
### Framework versions
|