PabitraJiban commited on
Commit
6e5491b
1 Parent(s): 1784321

End of training

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: distilbert-base-uncased
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: checkpoints
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # checkpoints
17
+
18
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.8798
21
+ - Accuracy: 0.8667
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 2e-05
41
+ - train_batch_size: 16
42
+ - eval_batch_size: 16
43
+ - seed: 42
44
+ - gradient_accumulation_steps: 2
45
+ - total_train_batch_size: 32
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - num_epochs: 10
49
+ - mixed_precision_training: Native AMP
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
55
+ | 1.0973 | 1.0 | 2 | 1.0807 | 0.4667 |
56
+ | 1.0801 | 2.0 | 4 | 1.0622 | 0.5333 |
57
+ | 1.0713 | 3.0 | 6 | 1.0386 | 0.5333 |
58
+ | 1.0396 | 4.0 | 8 | 1.0092 | 0.6 |
59
+ | 1.0034 | 5.0 | 10 | 0.9786 | 0.8 |
60
+ | 0.9929 | 6.0 | 12 | 0.9501 | 0.8667 |
61
+ | 0.9552 | 7.0 | 14 | 0.9236 | 0.8667 |
62
+ | 0.9386 | 8.0 | 16 | 0.9011 | 0.8667 |
63
+ | 0.9084 | 9.0 | 18 | 0.8862 | 0.8667 |
64
+ | 0.897 | 10.0 | 20 | 0.8798 | 0.8667 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.41.0
70
+ - Pytorch 2.3.0+cu121
71
+ - Datasets 2.19.1
72
+ - Tokenizers 0.19.1