update model card README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
---
|
2 |
-
license: cc-by-4.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
@@ -14,10 +13,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# da-sentiment
|
16 |
|
17 |
-
This model
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
-
- Accuracy: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -36,7 +35,7 @@ More information needed
|
|
36 |
### Training hyperparameters
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
-
- learning_rate:
|
40 |
- train_batch_size: 32
|
41 |
- eval_batch_size: 32
|
42 |
- seed: 42
|
@@ -48,16 +47,16 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
51 |
-
| No log | 1.0 | 67 | 0.
|
52 |
-
|
|
53 |
-
|
|
54 |
-
|
|
55 |
-
|
|
56 |
-
|
|
57 |
-
|
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
1 |
---
|
|
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
metrics:
|
|
|
13 |
|
14 |
# da-sentiment
|
15 |
|
16 |
+
This model was trained from scratch on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.2350
|
19 |
+
- Accuracy: 0.9308
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
+
- learning_rate: 1e-05
|
39 |
- train_batch_size: 32
|
40 |
- eval_batch_size: 32
|
41 |
- seed: 42
|
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
50 |
+
| No log | 1.0 | 67 | 0.1916 | 0.9271 |
|
51 |
+
| 0.2043 | 2.0 | 134 | 0.1966 | 0.9290 |
|
52 |
+
| 0.2043 | 3.0 | 201 | 0.2103 | 0.9252 |
|
53 |
+
| 0.1106 | 4.0 | 268 | 0.2124 | 0.9308 |
|
54 |
+
| 0.1106 | 5.0 | 335 | 0.2114 | 0.9290 |
|
55 |
+
| 0.0694 | 6.0 | 402 | 0.2184 | 0.9271 |
|
56 |
+
| 0.0694 | 7.0 | 469 | 0.2300 | 0.9327 |
|
57 |
+
| 0.0391 | 8.0 | 536 | 0.2332 | 0.9252 |
|
58 |
+
| 0.0391 | 9.0 | 603 | 0.2351 | 0.9308 |
|
59 |
+
| 0.0392 | 10.0 | 670 | 0.2350 | 0.9308 |
|
60 |
|
61 |
|
62 |
### Framework versions
|