Training in progress epoch 0
Browse files- README.md +6 -15
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,10 +15,10 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [albert-base-v2](https://huggingface.co/albert-base-v2) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss:
|
19 |
-
- Validation Loss:
|
20 |
-
- Train Accuracy: 0.
|
21 |
-
- Epoch:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -44,16 +44,7 @@ The following hyperparameters were used during training:
|
|
44 |
|
45 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
46 |
|:----------:|:---------------:|:--------------:|:-----:|
|
47 |
-
| 1.
|
48 |
-
| 1.2401 | 1.1961 | 0.6667 | 1 |
|
49 |
-
| 1.1743 | 1.1481 | 0.6667 | 2 |
|
50 |
-
| 1.1679 | 1.1305 | 0.6667 | 3 |
|
51 |
-
| 1.1331 | 1.1410 | 0.6667 | 4 |
|
52 |
-
| 1.1043 | 1.0874 | 0.68 | 5 |
|
53 |
-
| 1.0415 | 1.0482 | 0.68 | 6 |
|
54 |
-
| 0.9646 | 1.0260 | 0.6756 | 7 |
|
55 |
-
| 0.8707 | 1.0402 | 0.68 | 8 |
|
56 |
-
| 0.7858 | 0.9904 | 0.7111 | 9 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
@@ -61,4 +52,4 @@ The following hyperparameters were used during training:
|
|
61 |
- Transformers 4.34.0
|
62 |
- TensorFlow 2.13.0
|
63 |
- Datasets 2.14.5
|
64 |
-
- Tokenizers 0.14.
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [albert-base-v2](https://huggingface.co/albert-base-v2) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 1.2151
|
19 |
+
- Validation Loss: 1.1505
|
20 |
+
- Train Accuracy: 0.6667
|
21 |
+
- Epoch: 0
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
44 |
|
45 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
46 |
|:----------:|:---------------:|:--------------:|:-----:|
|
47 |
+
| 1.2151 | 1.1505 | 0.6667 | 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
|
49 |
|
50 |
### Framework versions
|
|
|
52 |
- Transformers 4.34.0
|
53 |
- TensorFlow 2.13.0
|
54 |
- Datasets 2.14.5
|
55 |
+
- Tokenizers 0.14.1
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 46793992
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b33f71e18789af4068b434adf204586744dbd459555b18ceafb63453aded2e0
|
3 |
size 46793992
|