Training in progress epoch 0
Browse files
README.md
CHANGED
@@ -12,13 +12,13 @@ probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# huynhdoo/camembert-base-finetuned-jva-missions-report
|
14 |
|
15 |
-
This model is a fine-tuned version of [camembert-base](https://huggingface.co/camembert-base) on
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Train Loss: 0.
|
18 |
-
- Train Accuracy: 0.
|
19 |
-
- Validation Loss: 0.
|
20 |
- Validation Accuracy: 0.8380
|
21 |
-
- Epoch:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -37,18 +37,14 @@ More information needed
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
-
- optimizer: {'name': 'Adam', 'learning_rate': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 5e-05, 'decay_steps':
|
41 |
- training_precision: float32
|
42 |
|
43 |
### Training results
|
44 |
|
45 |
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
|
46 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
47 |
-
| 0.
|
48 |
-
| 0.3267 | 0.8718 | 0.3577 | 0.8436 | 1 |
|
49 |
-
| 0.2134 | 0.9272 | 0.3967 | 0.8324 | 2 |
|
50 |
-
| 0.1303 | 0.9589 | 0.4488 | 0.8324 | 3 |
|
51 |
-
| 0.0877 | 0.9757 | 0.5045 | 0.8380 | 4 |
|
52 |
|
53 |
|
54 |
### Framework versions
|
|
|
12 |
|
13 |
# huynhdoo/camembert-base-finetuned-jva-missions-report
|
14 |
|
15 |
+
This model is a fine-tuned version of [camembert-base](https://huggingface.co/camembert-base) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Train Loss: 0.4792
|
18 |
+
- Train Accuracy: 0.7803
|
19 |
+
- Validation Loss: 0.3889
|
20 |
- Validation Accuracy: 0.8380
|
21 |
+
- Epoch: 0
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
+
- optimizer: {'name': 'Adam', 'learning_rate': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 5e-05, 'decay_steps': 201, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False}
|
41 |
- training_precision: float32
|
42 |
|
43 |
### Training results
|
44 |
|
45 |
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
|
46 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
47 |
+
| 0.4792 | 0.7803 | 0.3889 | 0.8380 | 0 |
|
|
|
|
|
|
|
|
|
48 |
|
49 |
|
50 |
### Framework versions
|
logs/train/events.out.tfevents.1676046925.ac38487b6343.1977.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c2e93eef8de0352b0f70f46056708899e12e7228d1b5827b72f651da6cf86e0
|
3 |
+
size 3138742
|
logs/validation/events.out.tfevents.1676047097.ac38487b6343.1977.1.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aad80382ac519b412602694c80bd74f6d33740c2a4843160346c507a036425ea
|
3 |
+
size 356
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 442783616
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de24001032d6750ed3de888f37383baa0b81125c6cbff13379ffdea98ba0e4d3
|
3 |
size 442783616
|