uboza10300 commited on
Commit
48fde33
·
verified ·
1 Parent(s): 58c327f

End of training

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: distilbert-base-uncased
5
+ tags:
6
+ - generated_from_trainer
7
+ datasets:
8
+ - hatexplain
9
+ metrics:
10
+ - accuracy
11
+ - precision
12
+ - recall
13
+ - f1
14
+ model-index:
15
+ - name: finetuned-distilbert-lora-hatexplain
16
+ results: []
17
+ ---
18
+
19
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
20
+ should probably proofread and complete it, then remove this comment. -->
21
+
22
+ # finetuned-distilbert-lora-hatexplain
23
+
24
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the hatexplain dataset.
25
+ It achieves the following results on the evaluation set:
26
+ - Loss: 0.7335
27
+ - Accuracy: 0.6767
28
+ - Precision: 0.6679
29
+ - Recall: 0.6767
30
+ - F1: 0.6703
31
+
32
+ ## Model description
33
+
34
+ More information needed
35
+
36
+ ## Intended uses & limitations
37
+
38
+ More information needed
39
+
40
+ ## Training and evaluation data
41
+
42
+ More information needed
43
+
44
+ ## Training procedure
45
+
46
+ ### Training hyperparameters
47
+
48
+ The following hyperparameters were used during training:
49
+ - learning_rate: 0.0001
50
+ - train_batch_size: 16
51
+ - eval_batch_size: 16
52
+ - seed: 42
53
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
54
+ - lr_scheduler_type: linear
55
+ - num_epochs: 4
56
+
57
+ ### Training results
58
+
59
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
60
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
61
+ | 0.7301 | 1.0 | 962 | 0.7683 | 0.6561 | 0.6475 | 0.6561 | 0.6446 |
62
+ | 0.747 | 2.0 | 1924 | 0.7493 | 0.6644 | 0.6611 | 0.6644 | 0.6597 |
63
+ | 0.7918 | 3.0 | 2886 | 0.7332 | 0.6774 | 0.6712 | 0.6774 | 0.6710 |
64
+ | 0.6507 | 4.0 | 3848 | 0.7357 | 0.6805 | 0.6735 | 0.6805 | 0.6747 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - PEFT 0.14.0
70
+ - Transformers 4.47.0
71
+ - Pytorch 2.5.1+cu118
72
+ - Datasets 3.1.0
73
+ - Tokenizers 0.21.0