bashyaldhiraj2067 commited on
Commit
48ba07b
·
verified ·
1 Parent(s): ed9da75

End of training

Browse files
Files changed (1) hide show
  1. README.md +84 -0
README.md ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: nielsr/lilt-xlm-roberta-base
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - precision
9
+ - recall
10
+ - f1
11
+ - accuracy
12
+ model-index:
13
+ - name: 15epoch_test_march19
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
+ # 15epoch_test_march19
21
+
22
+ This model is a fine-tuned version of [nielsr/lilt-xlm-roberta-base](https://huggingface.co/nielsr/lilt-xlm-roberta-base) on an unknown dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.1852
25
+ - Precision: 0.9341
26
+ - Recall: 0.9304
27
+ - F1: 0.9323
28
+ - Accuracy: 0.9727
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: 5e-05
48
+ - train_batch_size: 8
49
+ - eval_batch_size: 8
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: 15
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
58
+ |:-------------:|:-------:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
59
+ | No log | 0.7937 | 100 | 0.2436 | 0.8360 | 0.8644 | 0.8500 | 0.9391 |
60
+ | No log | 1.5873 | 200 | 0.1391 | 0.9038 | 0.9044 | 0.9041 | 0.9629 |
61
+ | No log | 2.3810 | 300 | 0.1335 | 0.9178 | 0.9386 | 0.9281 | 0.9706 |
62
+ | No log | 3.1746 | 400 | 0.1400 | 0.9369 | 0.9210 | 0.9289 | 0.9706 |
63
+ | 0.246 | 3.9683 | 500 | 0.1348 | 0.9377 | 0.9184 | 0.9279 | 0.9705 |
64
+ | 0.246 | 4.7619 | 600 | 0.1324 | 0.9338 | 0.9262 | 0.9300 | 0.9717 |
65
+ | 0.246 | 5.5556 | 700 | 0.1422 | 0.9257 | 0.9359 | 0.9308 | 0.9718 |
66
+ | 0.246 | 6.3492 | 800 | 0.1484 | 0.9334 | 0.9228 | 0.9281 | 0.9713 |
67
+ | 0.246 | 7.1429 | 900 | 0.1558 | 0.9346 | 0.9237 | 0.9291 | 0.9714 |
68
+ | 0.0481 | 7.9365 | 1000 | 0.1509 | 0.9296 | 0.9392 | 0.9343 | 0.9731 |
69
+ | 0.0481 | 8.7302 | 1100 | 0.1540 | 0.9366 | 0.9376 | 0.9371 | 0.9743 |
70
+ | 0.0481 | 9.5238 | 1200 | 0.1642 | 0.9347 | 0.9332 | 0.9340 | 0.9729 |
71
+ | 0.0481 | 10.3175 | 1300 | 0.1665 | 0.9369 | 0.9325 | 0.9347 | 0.9734 |
72
+ | 0.0481 | 11.1111 | 1400 | 0.1720 | 0.9341 | 0.9334 | 0.9338 | 0.9732 |
73
+ | 0.0218 | 11.9048 | 1500 | 0.1673 | 0.9366 | 0.9319 | 0.9342 | 0.9733 |
74
+ | 0.0218 | 12.6984 | 1600 | 0.1867 | 0.9355 | 0.9302 | 0.9329 | 0.9730 |
75
+ | 0.0218 | 13.4921 | 1700 | 0.1872 | 0.9358 | 0.9372 | 0.9365 | 0.9736 |
76
+ | 0.0218 | 14.2857 | 1800 | 0.1852 | 0.9341 | 0.9304 | 0.9323 | 0.9727 |
77
+
78
+
79
+ ### Framework versions
80
+
81
+ - Transformers 4.48.3
82
+ - Pytorch 2.6.0+cu124
83
+ - Datasets 3.4.1
84
+ - Tokenizers 0.21.1