raulgdp commited on
Commit
8a4cb22
·
verified ·
1 Parent(s): d3d24e8

End of training

Browse files
README.md CHANGED
@@ -1,68 +1,74 @@
1
- ---
2
- library_name: transformers
3
- license: mit
4
- base_model: FacebookAI/xlm-roberta-large
5
- tags:
6
- - generated_from_trainer
7
- metrics:
8
- - precision
9
- - recall
10
- - f1
11
- - accuracy
12
- model-index:
13
- - name: NER-finetuning-xml-roberta-prostata
14
- results: []
15
- ---
16
-
17
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
- should probably proofread and complete it, then remove this comment. -->
19
-
20
- # NER-finetuning-xml-roberta-prostata
21
-
22
- This model is a fine-tuned version of [FacebookAI/xlm-roberta-large](https://huggingface.co/FacebookAI/xlm-roberta-large) on the None dataset.
23
- It achieves the following results on the evaluation set:
24
- - Loss: 0.0423
25
- - Precision: 0.9600
26
- - Recall: 0.9595
27
- - F1: 0.9597
28
- - Accuracy: 0.9920
29
-
30
- ## Model description
31
-
32
- More information needed
33
-
34
- ## Intended uses & limitations
35
-
36
- More information needed
37
-
38
- ## Training and evaluation data
39
-
40
- More information needed
41
-
42
- ## Training procedure
43
-
44
- ### Training hyperparameters
45
-
46
- The following hyperparameters were used during training:
47
- - learning_rate: 2e-05
48
- - train_batch_size: 4
49
- - eval_batch_size: 4
50
- - seed: 42
51
- - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
52
- - lr_scheduler_type: linear
53
- - num_epochs: 2
54
-
55
- ### Training results
56
-
57
- | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
58
- |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
59
- | 0.3415 | 1.0 | 777 | 0.0487 | 0.9311 | 0.9353 | 0.9332 | 0.9890 |
60
- | 0.0486 | 2.0 | 1554 | 0.0295 | 0.9740 | 0.9683 | 0.9711 | 0.9945 |
61
-
62
-
63
- ### Framework versions
64
-
65
- - Transformers 4.52.4
66
- - Pytorch 2.7.1+cu118
67
- - Datasets 3.6.0
68
- - Tokenizers 0.21.1
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: FacebookAI/xlm-roberta-large
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - precision
9
+ - recall
10
+ - f1
11
+ - accuracy
12
+ model-index:
13
+ - name: NER-finetuning-xml-roberta-prostata
14
+ results: []
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+ # NER-finetuning-xml-roberta-prostata
21
+
22
+ This model is a fine-tuned version of [FacebookAI/xlm-roberta-large](https://huggingface.co/FacebookAI/xlm-roberta-large) on the None dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.0304
25
+ - Precision: 0.9616
26
+ - Recall: 0.9635
27
+ - F1: 0.9626
28
+ - Accuracy: 0.9936
29
+
30
+ ## Model description
31
+
32
+ More information needed
33
+
34
+ ## Intended uses & limitations
35
+
36
+ More information needed
37
+
38
+ ## Training and evaluation data
39
+
40
+ More information needed
41
+
42
+ ## Training procedure
43
+
44
+ ### Training hyperparameters
45
+
46
+ The following hyperparameters were used during training:
47
+ - learning_rate: 2e-05
48
+ - train_batch_size: 32
49
+ - eval_batch_size: 32
50
+ - seed: 42
51
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
52
+ - lr_scheduler_type: linear
53
+ - num_epochs: 8
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
58
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
59
+ | No log | 1.0 | 98 | 0.0950 | 0.8240 | 0.9120 | 0.8657 | 0.9754 |
60
+ | No log | 2.0 | 196 | 0.0402 | 0.9401 | 0.9540 | 0.9470 | 0.9919 |
61
+ | No log | 3.0 | 294 | 0.0275 | 0.9587 | 0.9625 | 0.9606 | 0.9938 |
62
+ | No log | 4.0 | 392 | 0.0273 | 0.9629 | 0.9754 | 0.9691 | 0.9942 |
63
+ | No log | 5.0 | 490 | 0.0242 | 0.9716 | 0.9761 | 0.9738 | 0.9960 |
64
+ | 0.1436 | 6.0 | 588 | 0.0255 | 0.9728 | 0.9735 | 0.9731 | 0.9959 |
65
+ | 0.1436 | 7.0 | 686 | 0.0235 | 0.9773 | 0.9761 | 0.9767 | 0.9960 |
66
+ | 0.1436 | 8.0 | 784 | 0.0223 | 0.9761 | 0.9767 | 0.9764 | 0.9961 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.52.4
72
+ - Pytorch 2.6.0+cu124
73
+ - Datasets 3.6.0
74
+ - Tokenizers 0.21.1
runs/Jun12_21-23-05_db55f322a086/events.out.tfevents.1749763978.db55f322a086.4136.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b0dbf45ed4d124ec5a51006dfde020be9114660a2e2a0344290048cbabbf768
3
+ size 560