End of training
Browse files- README.md +14 -4
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [projecte-aina/roberta-base-ca-v2-cased-te](https://huggingface.co/projecte-aina/roberta-base-ca-v2-cased-te) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 2.
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -44,14 +44,24 @@ The following hyperparameters were used during training:
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_steps: 500
|
47 |
-
- num_epochs:
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
53 |
|:-------------:|:-------:|:----:|:---------------:|:--------:|
|
54 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
|
56 |
|
57 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [projecte-aina/roberta-base-ca-v2-cased-te](https://huggingface.co/projecte-aina/roberta-base-ca-v2-cased-te) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 2.6811
|
21 |
+
- Accuracy: 0.6471
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_steps: 500
|
47 |
+
- num_epochs: 60
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
53 |
|:-------------:|:-------:|:----:|:---------------:|:--------:|
|
54 |
+
| No log | 3.2258 | 100 | 2.7256 | 0.5546 |
|
55 |
+
| No log | 6.4516 | 200 | 2.7585 | 0.5714 |
|
56 |
+
| No log | 9.6774 | 300 | 2.9830 | 0.5378 |
|
57 |
+
| No log | 12.9032 | 400 | 3.8506 | 0.5042 |
|
58 |
+
| 0.0468 | 16.1290 | 500 | 3.4211 | 0.5294 |
|
59 |
+
| 0.0468 | 19.3548 | 600 | 2.7938 | 0.5882 |
|
60 |
+
| 0.0468 | 22.5806 | 700 | 2.9805 | 0.6050 |
|
61 |
+
| 0.0468 | 25.8065 | 800 | 2.9111 | 0.5882 |
|
62 |
+
| 0.0468 | 29.0323 | 900 | 2.7054 | 0.6134 |
|
63 |
+
| 0.0358 | 32.2581 | 1000 | 2.6811 | 0.6471 |
|
64 |
+
| 0.0358 | 35.4839 | 1100 | 2.8372 | 0.6134 |
|
65 |
|
66 |
|
67 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 498649748
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51dbd566020edbe0901487d441a9a89fff60d3217a8e61c432db44d1c39f81ac
|
3 |
size 498649748
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ac06ff7b0dec59ee21013a8e52b8f4f4bbb035786368db18f073de1fd95de60c
|
3 |
size 4920
|