SDS23 commited on
Commit
cd4842e
·
verified ·
1 Parent(s): 9120f99

End of training

Browse files
Files changed (2) hide show
  1. README.md +76 -0
  2. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: distilbert/distilbert-base-uncased
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - precision
9
+ - recall
10
+ - f1
11
+ - accuracy
12
+ model-index:
13
+ - name: text_highlighting_model
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
+ # text_highlighting_model
21
+
22
+ This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.2861
25
+ - Precision: 0.8591
26
+ - Recall: 0.8873
27
+ - F1: 0.8730
28
+ - Accuracy: 0.8931
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: 16
49
+ - eval_batch_size: 16
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: 10
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
58
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
59
+ | 0.3105 | 1.0 | 937 | 0.2707 | 0.8204 | 0.9062 | 0.8611 | 0.8790 |
60
+ | 0.2547 | 2.0 | 1874 | 0.2559 | 0.8466 | 0.8819 | 0.8639 | 0.8849 |
61
+ | 0.2354 | 3.0 | 2811 | 0.2517 | 0.8565 | 0.8762 | 0.8663 | 0.8880 |
62
+ | 0.2171 | 4.0 | 3748 | 0.2584 | 0.8496 | 0.8921 | 0.8703 | 0.8900 |
63
+ | 0.201 | 5.0 | 4685 | 0.2575 | 0.8492 | 0.8963 | 0.8721 | 0.8912 |
64
+ | 0.1875 | 6.0 | 5622 | 0.2636 | 0.8501 | 0.8967 | 0.8728 | 0.8918 |
65
+ | 0.1782 | 7.0 | 6559 | 0.2691 | 0.8625 | 0.8804 | 0.8714 | 0.8924 |
66
+ | 0.1686 | 8.0 | 7496 | 0.2778 | 0.8540 | 0.8948 | 0.8739 | 0.8931 |
67
+ | 0.1623 | 9.0 | 8433 | 0.2801 | 0.8594 | 0.8867 | 0.8728 | 0.8930 |
68
+ | 0.1581 | 10.0 | 9370 | 0.2861 | 0.8591 | 0.8873 | 0.8730 | 0.8931 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - Transformers 4.53.3
74
+ - Pytorch 2.6.0+cu124
75
+ - Datasets 4.4.1
76
+ - Tokenizers 0.21.2
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ac7de42c53fc6f7bec973633a9116678d0b2913aa8aca7b43471f0430339750e
3
  size 265470008
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ff4e70c16b78a075ea382ef40beb189227b3eb235c79d33330a114362c9df0e
3
  size 265470008