Nicolas Noel
commited on
Commit
·
d976690
1
Parent(s):
855ba5e
Training in progress epoch 4
Browse files- README.md +4 -3
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -16,10 +16,10 @@ probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [camembert-base](https://huggingface.co/camembert-base) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Train Loss: 0.
|
20 |
-
- Validation Loss: 0.
|
21 |
- Train Accuracy: 0.7
|
22 |
-
- Epoch:
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -49,6 +49,7 @@ The following hyperparameters were used during training:
|
|
49 |
| 0.9218 | 0.8491 | 0.554 | 1 |
|
50 |
| 0.7508 | 0.8120 | 0.646 | 2 |
|
51 |
| 0.6843 | 0.7961 | 0.7 | 3 |
|
|
|
52 |
|
53 |
|
54 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [camembert-base](https://huggingface.co/camembert-base) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Train Loss: 0.6396
|
20 |
+
- Validation Loss: 0.7804
|
21 |
- Train Accuracy: 0.7
|
22 |
+
- Epoch: 4
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
49 |
| 0.9218 | 0.8491 | 0.554 | 1 |
|
50 |
| 0.7508 | 0.8120 | 0.646 | 2 |
|
51 |
| 0.6843 | 0.7961 | 0.7 | 3 |
|
52 |
+
| 0.6396 | 0.7804 | 0.7 | 4 |
|
53 |
|
54 |
|
55 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 442786624
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12bc0002dc68306fd6679570495e09a2f148702c4b0523d87da2bebe6f14923e
|
3 |
size 442786624
|